Uses of Class
org.hibernate.mapping.DenormalizedTable
-
Packages that use DenormalizedTable Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management. -
-
Uses of DenormalizedTable in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return DenormalizedTable Modifier and Type Method Description DenormalizedTable
Namespace. createDenormalizedTable(Identifier logicalTableName, Function<Identifier,DenormalizedTable> creator)
Method parameters in org.hibernate.boot.model.relational with type arguments of type DenormalizedTable Modifier and Type Method Description DenormalizedTable
Namespace. createDenormalizedTable(Identifier logicalTableName, Function<Identifier,DenormalizedTable> creator)
-