Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Packages that use TableGenerator Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of TableGenerator in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as TableGenerator Modifier and Type Field Description protected TableGenerator
Entity. tableGenerator
protected TableGenerator
Id. tableGenerator
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type TableGenerator Modifier and Type Field Description protected List<TableGenerator>
EntityMappings. tableGenerator
Methods in org.hibernate.jpamodelgen.xml.jaxb that return TableGenerator Modifier and Type Method Description TableGenerator
ObjectFactory. createTableGenerator()
Create an instance ofTableGenerator
TableGenerator
Entity. getTableGenerator()
Gets the value of the tableGenerator property.TableGenerator
Id. getTableGenerator()
Gets the value of the tableGenerator property.Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type TableGenerator Modifier and Type Method Description List<TableGenerator>
EntityMappings. getTableGenerator()
Gets the value of the tableGenerator property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type TableGenerator Modifier and Type Method Description void
Entity. setTableGenerator(TableGenerator value)
Sets the value of the tableGenerator property.void
Id. setTableGenerator(TableGenerator value)
Sets the value of the tableGenerator property.
-