Package org.hibernate.query.sqm.sql
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 org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
parent, tableGroupMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindTableGroup
(String alias) boolean
isResolved
(SqmFrom fromElement) void
register
(SqmPath<?> sqmPath, TableGroup tableGroup) void
register
(SqmPath<?> sqmPath, TableGroup tableGroup, NavigablePath identifierForTableGroup) Methods inherited from class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
findTableGroup, findTableGroupByIdentificationVariable, findTableGroupForGetOrCreate, findTableGroupForGetOrCreate, findTableGroupOnCurrentFromClause, registerTableGroup
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
getTableGroup, resolveTableGroup
-
Constructor Details
-
FromClauseIndex
-
-
Method Details
-
findTableGroup
-
register
-
isResolved
-