Uses of Class
org.hibernate.sql.ast.tree.from.UnionTableReference
Packages that use UnionTableReference
Package
Description
This package abstracts persistence mechanisms for entities.
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 UnionTableReferenceModifier and TypeMethodDescriptionUnionSubclassEntityPersister.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 UnionTableReferenceConstructors in org.hibernate.sql.ast.tree.from with parameters of type UnionTableReferenceModifierConstructorDescriptionUnionTableGroup
(boolean canUseInnerJoins, NavigablePath navigablePath, UnionTableReference tableReference, UnionSubclassEntityPersister modelPart, String sourceAlias)