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 SequenceGenerator
Entity. sequenceGenerator
protected SequenceGenerator
Id. sequenceGenerator
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type SequenceGenerator Modifier and Type Field Description protected java.util.List<SequenceGenerator>
EntityMappings. sequenceGenerator
Methods in org.hibernate.jpamodelgen.xml.jaxb that return SequenceGenerator Modifier and Type Method Description SequenceGenerator
ObjectFactory. createSequenceGenerator()
Create an instance ofSequenceGenerator
SequenceGenerator
Entity. getSequenceGenerator()
Gets the value of the sequenceGenerator property.SequenceGenerator
Id. 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 void
Entity. setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property.void
Id. setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property.
-