Uses of Class
com.peterphi.std.guice.hibernate.webquery.impl.QEntity
Package
Description
-
Uses of QEntity in com.peterphi.std.guice.hibernate.dao
-
Uses of QEntity in com.peterphi.std.guice.hibernate.webquery.impl
Modifier and TypeMethodDescription<T> QEntity
QEntity.getCommonSubclass
(List<String> discriminators) QEntityFactory.getEmbeddable
(Class clazz, javax.persistence.metamodel.EmbeddableType ct) QProperty.getEntity()
QRelation.getEntity()
Get the entity for the relation destinationQRelation.getOwner()
Get the owning entity of the relationQEntity.getSubEntity
(String discriminator) Modifier and TypeMethodDescriptionQEntityFactory.getAll()
QEntityFactory.getSubclasses
(Class<?> superclass) QEntity.getSubEntities()
Modifier and TypeMethodDescriptionprotected void
-
Uses of QEntity in com.peterphi.std.guice.hibernate.webquery.impl.jpa
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 -
Uses of QEntity in com.peterphi.std.guice.hibernate.webquery.impl.jpa.jpafunctions