Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Table
-
Packages that use Table Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Table in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as Table Modifier and Type Field Description protected Table
Entity. table
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Table Modifier and Type Method Description Table
ObjectFactory. createTable()
Create an instance ofTable
Table
Entity. getTable()
Gets the value of the table property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type Table Modifier and Type Method Description void
Entity. setTable(Table value)
Sets the value of the table property.
-