Uses of Enum Class
com.peterphi.std.guice.hibernate.webquery.impl.jpa.JPASearchStrategy
Packages that use JPASearchStrategy
Package
Description
-
Uses of JPASearchStrategy in com.peterphi.std.guice.database.dao
Methods in com.peterphi.std.guice.database.dao with parameters of type JPASearchStrategyModifier 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
Methods in com.peterphi.std.guice.hibernate.dao with parameters of type JPASearchStrategyModifier 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
Methods in com.peterphi.std.guice.hibernate.webquery.impl.jpa that return JPASearchStrategyModifier and TypeMethodDescriptionstatic JPASearchStrategyReturns 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.Methods in com.peterphi.std.guice.hibernate.webquery.impl.jpa with parameters of type JPASearchStrategyModifier 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