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 JaxbSequenceGenerator
JaxbEntity. sequenceGenerator
protected JaxbSequenceGenerator
JaxbId. sequenceGenerator
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbSequenceGenerator Modifier and Type Field Description protected java.util.List<JaxbSequenceGenerator>
JaxbEntityMappings. sequenceGenerator
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSequenceGenerator Modifier and Type Method Description JaxbSequenceGenerator
ObjectFactory. createJaxbSequenceGenerator()
Create an instance ofJaxbSequenceGenerator
JaxbSequenceGenerator
JaxbEntity. getSequenceGenerator()
Gets the value of the sequenceGenerator property.JaxbSequenceGenerator
JaxbId. 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 void
JaxbEntity. setSequenceGenerator(JaxbSequenceGenerator value)
Sets the value of the sequenceGenerator property.void
JaxbId. setSequenceGenerator(JaxbSequenceGenerator value)
Sets the value of the sequenceGenerator property.
-