Class FromClauseIndex
java.lang.Object
org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
org.hibernate.query.sqm.sql.FromClauseIndex
- All Implemented Interfaces:
FromClauseAccess
An index of various FROM CLAUSE resolutions.
-
Field Summary
Fields inherited from class SimpleFromClauseAccessImpl
parent, tableGroupMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindTableGroup(String alias) booleanisResolved(SqmFrom fromElement) voidregister(SqmPath<?> sqmPath, TableGroup tableGroup) voidregister(SqmPath<?> sqmPath, TableGroup tableGroup, NavigablePath identifierForTableGroup) Methods inherited from class SimpleFromClauseAccessImpl
findTableGroup, findTableGroupByIdentificationVariable, findTableGroupForGetOrCreate, findTableGroupForGetOrCreate, findTableGroupOnCurrentFromClause, registerTableGroupMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FromClauseAccess
getTableGroup, resolveTableGroup
-
Constructor Details
-
FromClauseIndex
-
-
Method Details
-
findTableGroup
-
register
-
isResolved
-