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 JaxbHbmGeneratorSpecificationTypeJaxbHbmCollectionIdType. generatorprotected JaxbHbmGeneratorSpecificationTypeJaxbHbmCompositeIdType. generatorprotected JaxbHbmGeneratorSpecificationTypeJaxbHbmSimpleIdType. generatorMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmGeneratorSpecificationType Modifier and Type Method Description JaxbHbmGeneratorSpecificationTypeObjectFactory. createJaxbHbmGeneratorSpecificationType()Create an instance ofJaxbHbmGeneratorSpecificationTypeJaxbHbmGeneratorSpecificationTypeJaxbHbmCollectionIdType. getGenerator()Gets the value of the generator property.JaxbHbmGeneratorSpecificationTypeJaxbHbmCompositeIdType. getGenerator()Gets the value of the generator property.JaxbHbmGeneratorSpecificationTypeJaxbHbmSimpleIdType. 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 voidJaxbHbmCollectionIdType. setGenerator(JaxbHbmGeneratorSpecificationType value)Sets the value of the generator property.voidJaxbHbmCompositeIdType. setGenerator(JaxbHbmGeneratorSpecificationType value)Sets the value of the generator property.voidJaxbHbmSimpleIdType. setGenerator(JaxbHbmGeneratorSpecificationType value)Sets the value of the generator property.
-