Uses of Class
com.peterphi.std.guice.hibernate.webquery.impl.QEntity
Packages that use QEntity
Package
Description
-
Uses of QEntity in com.peterphi.std.guice.hibernate.dao
Methods in com.peterphi.std.guice.hibernate.dao that return QEntity -
Uses of QEntity in com.peterphi.std.guice.hibernate.webquery.impl
Fields in com.peterphi.std.guice.hibernate.webquery.impl declared as QEntityMethods in com.peterphi.std.guice.hibernate.webquery.impl that return QEntityModifier 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) Methods in com.peterphi.std.guice.hibernate.webquery.impl that return types with arguments of type QEntityModifier and TypeMethodDescriptionQEntityFactory.getAll()
QEntityFactory.getSubclasses
(Class<?> superclass) QEntity.getSubEntities()
Method parameters in com.peterphi.std.guice.hibernate.webquery.impl with type arguments of type QEntityModifier and TypeMethodDescriptionprotected void
Constructors in com.peterphi.std.guice.hibernate.webquery.impl with parameters of type QEntity -
Uses of QEntity in com.peterphi.std.guice.hibernate.webquery.impl.jpa
Methods in com.peterphi.std.guice.hibernate.webquery.impl.jpa with parameters of type QEntityModifier 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 serialiserConstructors in com.peterphi.std.guice.hibernate.webquery.impl.jpa with parameters of type QEntity -
Uses of QEntity in com.peterphi.std.guice.hibernate.webquery.impl.jpa.jpafunctions
Constructors in com.peterphi.std.guice.hibernate.webquery.impl.jpa.jpafunctions with parameters of type QEntity