Uses of Class
org.hibernate.annotations.Table
-
Packages that use Table Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal -
-
Uses of Table in org.hibernate.annotations
Methods in org.hibernate.annotations that return Table Modifier and Type Method Description Table[]
value()
Deprecated, for removal: This API element is subject to removal in a future version.The table grouping. -
Uses of Table in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type Table Modifier and Type Method Description void
EntityBinder. processComplementaryTableDefinitions(Table table)
-