Class FromClauseAccessImpl
java.lang.Object
org.hibernate.query.results.internal.FromClauseAccessImpl
- All Implemented Interfaces:
FromClauseAccess
FromClauseAccess implementation used while building
ResultSetMapping references.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByAlias
(String alias) findTableGroup
(NavigablePath navigablePath) Find a TableGroup by the NavigablePath it is registered under, and if not found on the current from clause level, ask the parent.@Nullable TableGroup
findTableGroupByIdentificationVariable
(String identificationVariable) findTableGroupOnCurrentFromClause
(NavigablePath navigablePath) Find a TableGroup in this from clause without consulting parents by the NavigablePath it is registered under.getByAlias
(String alias) void
registerTableGroup
(NavigablePath navigablePath, TableGroup tableGroup) Register a TableGroup under the given `navigablePath`.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.ast.spi.FromClauseAccess
findTableGroupForGetOrCreate, getTableGroup, resolveTableGroup
-
Constructor Details
-
FromClauseAccessImpl
public FromClauseAccessImpl()
-
-
Method Details
-
getByAlias
-
findByAlias
-
findTableGroupByIdentificationVariable
- Specified by:
findTableGroupByIdentificationVariable
in interfaceFromClauseAccess
-