Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Packages that use JaxbSequenceGenerator Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbSequenceGenerator in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbSequenceGenerator Modifier and Type Field Description protected JaxbSequenceGeneratorJaxbEntity. sequenceGeneratorprotected JaxbSequenceGeneratorJaxbId. sequenceGeneratorFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbSequenceGenerator Modifier and Type Field Description protected java.util.List<JaxbSequenceGenerator>JaxbEntityMappings. sequenceGeneratorMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSequenceGenerator Modifier and Type Method Description JaxbSequenceGeneratorObjectFactory. createJaxbSequenceGenerator()Create an instance ofJaxbSequenceGeneratorJaxbSequenceGeneratorJaxbEntity. getSequenceGenerator()Gets the value of the sequenceGenerator property.JaxbSequenceGeneratorJaxbId. getSequenceGenerator()Gets the value of the sequenceGenerator property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbSequenceGenerator Modifier and Type Method Description java.util.List<JaxbSequenceGenerator>JaxbEntityMappings. getSequenceGenerator()Gets the value of the sequenceGenerator property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbSequenceGenerator Modifier and Type Method Description voidJaxbEntity. setSequenceGenerator(JaxbSequenceGenerator value)Sets the value of the sequenceGenerator property.voidJaxbId. setSequenceGenerator(JaxbSequenceGenerator value)Sets the value of the sequenceGenerator property.
-