Uses of Enum Class
org.hibernate.tuple.GenerationTiming
Packages that use GenerationTiming
-
Uses of GenerationTiming in org.hibernate.boot.jaxb.hbm.spi
Subclasses with type arguments of type GenerationTiming in org.hibernate.boot.jaxb.hbm.spiFields in org.hibernate.boot.jaxb.hbm.spi declared as GenerationTimingModifier and TypeFieldDescriptionprotected GenerationTimingJaxbHbmBaseVersionAttributeType.generatedprotected GenerationTimingJaxbHbmBasicAttributeType.generatedMethods in org.hibernate.boot.jaxb.hbm.spi that return GenerationTimingModifier and TypeMethodDescriptionJaxbHbmBaseVersionAttributeType.getGenerated()Gets the value of the generated property.JaxbHbmBasicAttributeType.getGenerated()Gets the value of the generated property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type GenerationTimingModifier and TypeMethodDescriptionAdapter6.marshal(GenerationTiming value) Adapter7.marshal(GenerationTiming value) voidJaxbHbmBaseVersionAttributeType.setGenerated(GenerationTiming value) Sets the value of the generated property.voidJaxbHbmBasicAttributeType.setGenerated(GenerationTiming value) Sets the value of the generated property. -
Uses of GenerationTiming in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return GenerationTimingModifier and TypeMethodDescriptionSingularAttributeSource.getGenerationTiming()Obtain a description of if/when the attribute value is generated by the database. -
Uses of GenerationTiming in org.hibernate.tuple
Subclasses with type arguments of type GenerationTiming in org.hibernate.tupleModifier and TypeClassDescriptionenumDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.tuple that return GenerationTimingModifier and TypeMethodDescriptionstatic GenerationTimingGenerationTiming.parseFromName(String name) Deprecated, for removal: This API element is subject to removal in a future version.static GenerationTimingDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static GenerationTiming[]GenerationTiming.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.tuple with parameters of type GenerationTimingModifier and TypeMethodDescriptionbooleanGenerationTiming.includes(GenerationTiming timing) Deprecated, for removal: This API element is subject to removal in a future version.
EventTypeas id-generation has been redefined using the new broader generation approach.