Package org.babyfish.kimmer.sql.ast.query

Types

Link copied to clipboard
interface ConfigurableTypedRootQuery<E : Entity<ID>, ID : Comparable<ID>, R> : TypedRootQuery<R>
Link copied to clipboard
interface ConfigurableTypedSubQuery<R> : TypedSubQuery<R>
Link copied to clipboard
interface MutableQuery<E : Entity<ID>, ID : Comparable<ID>> : Filterable<E, ID>
Link copied to clipboard
interface MutableRootQuery<E : Entity<ID>, ID : Comparable<ID>> : MutableQuery<E, ID> , RootSelectable<E, ID>
Link copied to clipboard
interface MutableSubQuery<P : Entity<PID>, PID : Comparable<PID>, E : Entity<ID>, ID : Comparable<ID>> : MutableQuery<E, ID> , SubSelectable<P, PID, E, ID>
Link copied to clipboard
interface TypedRootQuery<R> : Executable<List<R>>
Link copied to clipboard
interface TypedSubQuery<R> : Expression<R>