Uses of Class
cz.encircled.joiner.core.JoinerProperties
Packages that use JoinerProperties
-
Uses of JoinerProperties in cz.encircled.joiner.core
Methods in cz.encircled.joiner.core that return JoinerPropertiesModifier and TypeMethodDescriptionJoinerProperties.addDefaultHint(String key, Object value) Add a given JPA hint to all queriesJoinerProperties.addDefaultQueryFeature(QueryFeature feature) Add a givenfeatureto all queriesJoiner.getJoinerProperties()JoinerProperties.printQueries(boolean printQueries) If true, will print the JPA query string to the INFO logJoinerProperties.setUseStatelessSessions(boolean useStatelessSessions) If true, Hibernate StatelessSession will be used for all queriesMethods in cz.encircled.joiner.core with parameters of type JoinerPropertiesModifier and TypeMethodDescriptionvoidJoiner.setJoinerProperties(JoinerProperties joinerProperties) Joiner.withProperties(JoinerProperties props) Constructors in cz.encircled.joiner.core with parameters of type JoinerPropertiesModifierConstructorDescriptionJoiner(jakarta.persistence.EntityManager entityManager, JoinerProperties joinerProperties) -
Uses of JoinerProperties in cz.encircled.joiner.core.vendor
Methods in cz.encircled.joiner.core.vendor with parameters of type JoinerPropertiesModifier and TypeMethodDescriptionEclipselinkRepository.createQuery(JoinerQuery<?, ?> request, JoinerProperties joinerProperties, jakarta.persistence.EntityManager entityManager) HibernateRepository.createQuery(JoinerQuery<?, ?> request, JoinerProperties joinerProperties, jakarta.persistence.EntityManager entityManager) abstract JoinerJpaQueryVendorRepository.createQuery(JoinerQuery<?, ?> request, JoinerProperties joinerProperties, jakarta.persistence.EntityManager entityManager) protected voidVendorRepository.setQueryParams(JoinerJPQLSerializer serializer, jakarta.persistence.Query query, JoinerQuery<?, ?> request, JoinerProperties joinerProperties)