Uses of Interface
org.hibernate.sql.ast.tree.from.PluralTableGroup
-
Packages that use PluralTableGroup Package Description org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree. -
-
Uses of PluralTableGroup in org.hibernate.sql.ast.tree.from
Classes in org.hibernate.sql.ast.tree.from that implement PluralTableGroup Modifier and Type Class Description classCollectionTableGroupA table group for collection tables of plural attributes.classCorrelatedPluralTableGroupA table group for correlated plural attributes.classOneToManyTableGroupA table group for one-to-many plural attributes.
-