Uses of Interface
org.hibernate.query.hql.internal.FullyQualifiedReflectivePathSource
-
Packages that use FullyQualifiedReflectivePathSource Package Description org.hibernate.query.hql.internal -
-
Uses of FullyQualifiedReflectivePathSource in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement FullyQualifiedReflectivePathSource Modifier and Type Class Description class
FullyQualifiedReflectivePath
class
FullyQualifiedReflectivePathTerminal
Methods in org.hibernate.query.hql.internal that return FullyQualifiedReflectivePathSource Modifier and Type Method Description FullyQualifiedReflectivePathSource
FullyQualifiedReflectivePath. getParent()
Constructors in org.hibernate.query.hql.internal with parameters of type FullyQualifiedReflectivePathSource Constructor Description FullyQualifiedReflectivePath(FullyQualifiedReflectivePathSource pathSource, String localName)
FullyQualifiedReflectivePathTerminal(FullyQualifiedReflectivePathSource pathSource, String subPathName, SqmCreationState creationState)
-