Uses of Interface
org.hibernate.metamodel.model.domain.PathSource
Packages that use PathSource
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
This package defines a semantic model of HQL queries.
Nodes representing common table expressions (CTE) in the SQM tree.
Nodes representing path expressions in the SQM tree.
-
Uses of PathSource in org.hibernate.metamodel.model.domain
Subinterfaces of PathSource in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterface
Hibernate extension to the JPACollectionAttribute
descriptorinterface
Hibernate extension to the JPAEmbeddableType
contract.interface
Extension to the JPAEntityType
contract.interface
Hibernate extension to the JPAListAttribute
descriptorinterface
Extension of the JPAMappedSuperclassType
contractinterface
MapPersistentAttribute<D,
K, V> Hibernate extension to the JPAMapAttribute
descriptorinterface
PluralPersistentAttribute<D,
C, E> Extension of the JPA-definedPluralAttribute
interface.interface
Hibernate extension to the JPASetAttribute
descriptorinterface
Extension of the JPA-definedSingularAttribute
interface.interface
Methods in org.hibernate.metamodel.model.domain that return PathSourceModifier and TypeMethodDescriptionPathSource
<?> PathSource.findSubPathSource
(String name) Find aPathSource
by name relative to this source.PathSource
<?> PathSource.findSubPathSource
(String name, boolean includeSubtypes) Find aPathSource
by name relative to this source.PluralPersistentAttribute.getElementPathSource()
PathSource
<?> IdentifiableDomainType.getIdentifierDescriptor()
ListPersistentAttribute.getIndexPathSource()
default PathSource
<?> PluralPersistentAttribute.getIndexPathSource()
MapPersistentAttribute.getKeyPathSource()
-
Uses of PathSource in org.hibernate.query.sqm
Subinterfaces of PathSource in org.hibernate.query.sqmModifier and TypeInterfaceDescriptioninterface
Represents any part of the domain model which can be used to create aSqmPath
node. -
Uses of PathSource in org.hibernate.query.sqm.tree.cte
Classes in org.hibernate.query.sqm.tree.cte that implement PathSource -
Uses of PathSource in org.hibernate.query.sqm.tree.domain
Subinterfaces of PathSource in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
SqmMapPersistentAttribute<D,
K, V> interface
SqmPluralPersistentAttribute<D,
C, E> interface
interface
interface
Classes in org.hibernate.query.sqm.tree.domain that implement PathSourceModifier and TypeClassDescriptionclass
Acts as theEntityDomainType
for a "polymorphic query" grouping. -
Uses of PathSource in org.hibernate.query.sqm.tuple.internal
Classes in org.hibernate.query.sqm.tuple.internal that implement PathSourceModifier and TypeClassDescriptionclass
org.hibernate.query.sqm.tuple.internal.AnonymousTupleType<T>