Uses of Interface
technology.openpool.ldap.adapter.api.database.QueryDefFactory
-
Packages that use QueryDefFactory Package Description technology.openpool.ldap.adapter.api.database technology.openpool.ldap.adapter.sql.impl -
-
Uses of QueryDefFactory in technology.openpool.ldap.adapter.api.database
Methods in technology.openpool.ldap.adapter.api.database that return QueryDefFactory Modifier and Type Method Description QueryDefFactoryCloseableTransaction. getQueryDefFactory()Method parameters in technology.openpool.ldap.adapter.api.database with type arguments of type QueryDefFactory Modifier and Type Method Description voidTransactional. withTransaction(Consumer<QueryDefFactory> block)Creates a transaction for the lifetime of a code block.<T> TTransactional. withTransaction(Function<QueryDefFactory,T> block)Creates a transaction for the lifetime of a code block. -
Uses of QueryDefFactory in technology.openpool.ldap.adapter.sql.impl
Methods in technology.openpool.ldap.adapter.sql.impl that return QueryDefFactory Modifier and Type Method Description QueryDefFactoryExecutor. newQueryDefFactory()Methods in technology.openpool.ldap.adapter.sql.impl with parameters of type QueryDefFactory Modifier and Type Method Description QueryDefQueryGenerator. generate(EntityType entityType, QueryDefFactory factory, QueryExpression expression)Method parameters in technology.openpool.ldap.adapter.sql.impl with type arguments of type QueryDefFactory Modifier and Type Method Description voidDatabaseService. withTransaction(Consumer<QueryDefFactory> block)<T> TDatabaseService. withTransaction(Function<QueryDefFactory,T> block)
-