Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
Packages that use JaxbTableGeneratorImpl
-
Uses of JaxbTableGeneratorImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbTableGeneratorImplModifier and TypeFieldDescriptionprotected JaxbTableGeneratorImplJaxbEntityImpl.tableGeneratorprotected JaxbTableGeneratorImplJaxbIdImpl.tableGeneratorFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbTableGeneratorImplModifier and TypeFieldDescriptionprotected List<JaxbTableGeneratorImpl> JaxbEntityMappingsImpl.tableGeneratorsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbTableGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbTableGeneratorImpl()Create an instance ofJaxbTableGeneratorImpl@Nullable JaxbTableGeneratorImplJaxbEntity.getTableGenerator()JaxbEntityImpl.getTableGenerator()Gets the value of the tableGenerator property.JaxbIdImpl.getTableGenerator()Gets the value of the tableGenerator property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbTableGeneratorImplModifier and TypeMethodDescriptionJaxbEntityMappingsImpl.getTableGenerators()Gets the value of the tableGenerators property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbTableGeneratorImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setTableGenerator(JaxbTableGeneratorImpl value) Sets the value of the tableGenerator property.voidJaxbIdImpl.setTableGenerator(JaxbTableGeneratorImpl value) Sets the value of the tableGenerator property.