Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
-
Packages that use JaxbHbmGeneratorSpecificationType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmGeneratorSpecificationType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmGeneratorSpecificationType Modifier and Type Field Description protected JaxbHbmGeneratorSpecificationType
JaxbHbmCollectionIdType. generator
protected JaxbHbmGeneratorSpecificationType
JaxbHbmCompositeIdType. generator
protected JaxbHbmGeneratorSpecificationType
JaxbHbmSimpleIdType. generator
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmGeneratorSpecificationType Modifier and Type Method Description JaxbHbmGeneratorSpecificationType
ObjectFactory. createJaxbHbmGeneratorSpecificationType()
Create an instance ofJaxbHbmGeneratorSpecificationType
JaxbHbmGeneratorSpecificationType
JaxbHbmCollectionIdType. getGenerator()
Gets the value of the generator property.JaxbHbmGeneratorSpecificationType
JaxbHbmCompositeIdType. getGenerator()
Gets the value of the generator property.JaxbHbmGeneratorSpecificationType
JaxbHbmSimpleIdType. getGenerator()
Gets the value of the generator property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmGeneratorSpecificationType Modifier and Type Method Description void
JaxbHbmCollectionIdType. setGenerator(JaxbHbmGeneratorSpecificationType value)
Sets the value of the generator property.void
JaxbHbmCompositeIdType. setGenerator(JaxbHbmGeneratorSpecificationType value)
Sets the value of the generator property.void
JaxbHbmSimpleIdType. setGenerator(JaxbHbmGeneratorSpecificationType value)
Sets the value of the generator property.
-