Uses of Class
org.hibernate.query.sqm.tree.domain.AbstractSqmPath
-
Packages that use AbstractSqmPath Package Description org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree. -
-
Uses of AbstractSqmPath in org.hibernate.metamodel.model.domain.internal
Subclasses of AbstractSqmPath in org.hibernate.metamodel.model.domain.internal Modifier and Type Class Description class
AnyDiscriminatorSqmPath<T>
class
EmbeddedDiscriminatorSqmPath<T>
SqmPath
specialization for an embeddable discriminatorclass
EntityDiscriminatorSqmPath<T>
SqmPath
specialization for an entity discriminator -
Uses of AbstractSqmPath in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain with parameters of type AbstractSqmPath Modifier and Type Method Description protected void
AbstractSqmPath. copyTo(AbstractSqmPath<T> target, SqmCopyContext context)
-
Uses of AbstractSqmPath in org.hibernate.query.sqm.tree.from
Subclasses of AbstractSqmPath in org.hibernate.query.sqm.tree.from Modifier and Type Class Description class
SqmCrossJoin<T>
class
SqmCteJoin<T>
class
SqmDerivedJoin<T>
class
SqmEntityJoin<T>
class
SqmRoot<E>
-