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 class
CollectionTableGroup
A table group for collection tables of plural attributes.class
CorrelatedPluralTableGroup
A table group for correlated plural attributes.class
OneToManyTableGroup
A table group for one-to-many plural attributes.
-