Uses of Enum Class
com.peterphi.std.guice.hibernate.webquery.impl.jpa.JPASearchStrategy
Package
Description
-
Uses of JPASearchStrategy in com.peterphi.std.guice.database.dao
Modifier and TypeMethodDescriptionDao.find
(WebQuery constraints, JPASearchStrategy strategy) Execute a query, using the named strategy (defaults to AUTO if null)<RT> ConstrainedResultSet<RT>
Dao.find
(WebQuery constraints, JPASearchStrategy strategy, Function<?, RT> serialiser) Execute a query, using the named strategy (defaults to AUTO if null) and optionally serialising the resulting rows using the provided serialiser -
Uses of JPASearchStrategy in com.peterphi.std.guice.hibernate.dao
Modifier and TypeMethodDescriptionHibernateDao.find
(WebQuery query, JPASearchStrategy strategy) <RT> ConstrainedResultSet<RT>
HibernateDao.find
(WebQuery query, JPASearchStrategy strategy, Function<?, RT> serialiser) -
Uses of JPASearchStrategy in com.peterphi.std.guice.hibernate.webquery.impl.jpa
Modifier and TypeMethodDescriptionstatic JPASearchStrategy
Returns the enum constant of this class with the specified name.static JPASearchStrategy[]
JPASearchStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<T> ConstrainedResultSet<T>
JPASearchExecutor.find
(QEntity entity, WebQuery query, JPASearchStrategy strategy, Function<?, ?> serialiser) Execute a search, returning a ConstrainedResultSet populated with the desired data (ID or Entity) with each piece of data optionally serialised using the supplied serialiser