Uses of Interface
org.hibernate.query.hql.internal.FullyQualifiedReflectivePathSource
-
Packages that use FullyQualifiedReflectivePathSource Package Description org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of FullyQualifiedReflectivePathSource in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement FullyQualifiedReflectivePathSource Modifier and Type Class Description classFullyQualifiedReflectivePathclassFullyQualifiedReflectivePathTerminalMethods in org.hibernate.query.hql.internal that return FullyQualifiedReflectivePathSource Modifier and Type Method Description FullyQualifiedReflectivePathSourceFullyQualifiedReflectivePath. 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)
-