Uses of Class
org.hibernate.sql.ast.tree.from.UnionTableReference
-
Packages that use UnionTableReference Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree. -
-
Uses of UnionTableReference in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return UnionTableReference Modifier and Type Method Description UnionTableReference
UnionSubclassEntityPersister. createPrimaryTableReference(SqlAliasBase sqlAliasBase, SqlAstCreationState creationState)
-
Uses of UnionTableReference in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return UnionTableReference Modifier and Type Method Description UnionTableReference
UnionTableGroup. getPrimaryTableReference()
Constructors in org.hibernate.sql.ast.tree.from with parameters of type UnionTableReference Constructor Description UnionTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, UnionTableReference tableReference, UnionSubclassEntityPersister modelPart, String sourceAlias)
-