Package org.hibernate.query.results
Class FromClauseAccessImpl
java.lang.Object
org.hibernate.query.results.FromClauseAccessImpl
- All Implemented Interfaces:
FromClauseAccess
- Author:
- Steve Ebersole
-
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.findTableGroupOnCurrentFromClause(NavigablePath navigablePath) Find a TableGroup in this from clause without consulting parents by the NavigablePath it is registered under.getByAlias(String alias) voidregisterTableGroup(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, waitMethods inherited from interface org.hibernate.sql.ast.spi.FromClauseAccess
findTableGroupForGetOrCreate, getTableGroup, resolveTableGroup
-
Constructor Details
-
FromClauseAccessImpl
public FromClauseAccessImpl()
-
-
Method Details
-
getByAlias
-
findByAlias
-