Uses of Interface
de.aservo.ldap.adapter.api.database.QueryDefFactory
-
Packages that use QueryDefFactory Package Description de.aservo.ldap.adapter.api.database de.aservo.ldap.adapter.sql.impl -
-
Uses of QueryDefFactory in de.aservo.ldap.adapter.api.database
Methods in de.aservo.ldap.adapter.api.database that return QueryDefFactory Modifier and Type Method Description QueryDefFactoryCloseableTransaction. getQueryDefFactory()Method parameters in de.aservo.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 de.aservo.ldap.adapter.sql.impl
Methods in de.aservo.ldap.adapter.sql.impl that return QueryDefFactory Modifier and Type Method Description QueryDefFactoryExecutor. newQueryDefFactory()Methods in de.aservo.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 de.aservo.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)
-