Uses of Class
org.hibernate.query.sqm.tree.domain.AbstractSqmPath
-
Packages that use AbstractSqmPath Package Description org.hibernate.metamodel.model.domain.internal org.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.from -
-
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
DiscriminatorSqmPath
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
SqmDerivedJoin<T>
class
SqmEntityJoin<T>
class
SqmRoot<E>
-