Uses of Class
org.hibernate.sql.ast.tree.from.DelegatingTableGroup
-
Packages that use DelegatingTableGroup Package Description org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree. -
-
Uses of DelegatingTableGroup in org.hibernate.sql.ast.tree.from
Subclasses of DelegatingTableGroup in org.hibernate.sql.ast.tree.from Modifier and Type Class Description class
LazyTableGroup
The purpose of this table group is to defer creating the actual table group until it is really needed.class
MappedByTableGroup
-