Uses of Enum
io.ebeaninternal.api.SpiQuery.Type
Packages that use SpiQuery.Type
Package
Description
Core implementation objects
Bean description
-
Uses of SpiQuery.Type in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return SpiQuery.TypeModifier and TypeMethodDescriptionSpiQuery.type()Return the type of query (List, Set, Map, Bean, rowCount etc).static SpiQuery.TypeReturns the enum constant of this type with the specified name.static SpiQuery.Type[]SpiQuery.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebeaninternal.api with parameters of type SpiQuery.TypeModifier and TypeMethodDescription<T> CQuery<T> SpiEbeanServer.compileQuery(SpiQuery.Type type, SpiQuery<T> query, Transaction transaction) Compile a query.voidSpiQuery.setType(SpiQuery.Type type) Set the query type (List, Set etc). -
Uses of SpiQuery.Type in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core with parameters of type SpiQuery.TypeModifier and TypeMethodDescription<T> CQuery<T> DefaultServer.compileQuery(SpiQuery.Type type, SpiQuery<T> query, Transaction transaction) Compile a query.voidAbstractSqlQueryRequest.executeSql(Binder binder, SpiQuery.Type type) Prepare and execute the SQL using the Binder.voidDtoQueryRequest.executeSql(Binder binder, SpiQuery.Type type) Prepare and execute the SQL using the Binder. -
Uses of SpiQuery.Type in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type SpiQuery.TypeModifier and TypeMethodDescriptionstatic <T> CQueryCollectionAdd<T> BeanCollectionHelpFactory.create(SpiQuery.Type manyType, OrmQueryRequest<T> request) -
Uses of SpiQuery.Type in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return SpiQuery.TypeMethods in io.ebeaninternal.server.querydefn with parameters of type SpiQuery.Type