Hierarchy For Package com.github.longdt.vertxorm.repository.postgresql.query

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.github.longdt.vertxorm.repository.query.AbstractQuery<E> (implements com.github.longdt.vertxorm.repository.query.Query<E>)
      • com.github.longdt.vertxorm.repository.postgresql.query.RawQuery<E>
      • com.github.longdt.vertxorm.repository.query.SingleQuery<E>
        • com.github.longdt.vertxorm.repository.postgresql.query.Between<O,​A>
        • com.github.longdt.vertxorm.repository.postgresql.query.Equal<E>
        • com.github.longdt.vertxorm.repository.postgresql.query.GreaterThan<O,​A>
        • com.github.longdt.vertxorm.repository.postgresql.query.GreaterThanEqual<O,​A>
        • com.github.longdt.vertxorm.repository.postgresql.query.Has<E>
        • com.github.longdt.vertxorm.repository.postgresql.query.ILike<E>
        • com.github.longdt.vertxorm.repository.postgresql.query.In<E,​V>
        • com.github.longdt.vertxorm.repository.postgresql.query.IsNull<E>
        • com.github.longdt.vertxorm.repository.postgresql.query.LessThan<O,​A>
        • com.github.longdt.vertxorm.repository.postgresql.query.LessThanEqual<O,​A>
        • com.github.longdt.vertxorm.repository.postgresql.query.Like<E>
        • com.github.longdt.vertxorm.repository.postgresql.query.NotEqual<E>
    • com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory