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).
Implementation of the SPI for the runtime domain metamodel.
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.metamodel.model.domain.internal
Subinterfaces of PathSource in org.hibernate.metamodel.model.domain.internalClasses in org.hibernate.metamodel.model.domain.internal that implement PathSourceModifier and TypeClassDescriptionclass
Abstract SqmPathSource implementation for discriminatorsclass
AbstractPluralAttribute<D,
C, E> class
class
SqmPathSource
implementation forAnyDiscriminator
class
class
BagAttributeImpl<X,
E> class
class
Implementation ofEmbeddableType
.class
SqmPathSource implementation for embeddable discriminatorclass
class
SqmPathSource implementation for entity discriminatorclass
class
Implementation ofEntityType
.class
ListAttributeImpl<X,
E> class
MapAttributeImpl<X,
K, V> class
class
Implementation ofMappedSuperclassType
.class
Support for non-aggregated composite valuesclass
SetAttributeImpl<X,
E> class
static class
Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static class
Subclass used to simply instantiation of singular attributes representing an entity's version. -
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
class
class
class
class
class