Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Packages that use SequenceGenerator Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of SequenceGenerator in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as SequenceGenerator Modifier and Type Field Description protected SequenceGeneratorEntity. sequenceGeneratorprotected SequenceGeneratorId. sequenceGeneratorFields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type SequenceGenerator Modifier and Type Field Description protected java.util.List<SequenceGenerator>EntityMappings. sequenceGeneratorMethods in org.hibernate.jpamodelgen.xml.jaxb that return SequenceGenerator Modifier and Type Method Description SequenceGeneratorObjectFactory. createSequenceGenerator()Create an instance ofSequenceGeneratorSequenceGeneratorEntity. getSequenceGenerator()Gets the value of the sequenceGenerator property.SequenceGeneratorId. getSequenceGenerator()Gets the value of the sequenceGenerator property.Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type SequenceGenerator Modifier and Type Method Description java.util.List<SequenceGenerator>EntityMappings. getSequenceGenerator()Gets the value of the sequenceGenerator property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type SequenceGenerator Modifier and Type Method Description voidEntity. setSequenceGenerator(SequenceGenerator value)Sets the value of the sequenceGenerator property.voidId. setSequenceGenerator(SequenceGenerator value)Sets the value of the sequenceGenerator property.
-