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 TableGeneratorEntity. tableGeneratorprotected TableGeneratorId. tableGeneratorFields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type TableGenerator Modifier and Type Field Description protected List<TableGenerator>EntityMappings. tableGeneratorMethods in org.hibernate.jpamodelgen.xml.jaxb that return TableGenerator Modifier and Type Method Description TableGeneratorObjectFactory. createTableGenerator()Create an instance ofTableGeneratorTableGeneratorEntity. getTableGenerator()Gets the value of the tableGenerator property.TableGeneratorId. 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 voidEntity. setTableGenerator(TableGenerator value)Sets the value of the tableGenerator property.voidId. setTableGenerator(TableGenerator value)Sets the value of the tableGenerator property.
-