Uses of Enum Class
org.hibernate.tuple.GenerationTiming
Packages that use GenerationTiming
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
JAXB details.
Most contracts here have been replaced by the new runtime
mapping model.
-
Uses of GenerationTiming in org.hibernate.annotations
Methods in org.hibernate.annotations that return GenerationTimingModifier and TypeMethodDescriptionGenerationTime.getEquivalent()Deprecated, for removal: This API element is subject to removal in a future version.Needed for backwards compatibility until the deprecated, legacy generation stuff can be removed -
Uses of GenerationTiming in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return GenerationTimingMethods in org.hibernate.boot.jaxb.hbm.internal with parameters of type GenerationTimingModifier and TypeMethodDescriptionstatic StringGenerationTimingConverter.toXml(GenerationTiming generationTiming) -
Uses of GenerationTiming in org.hibernate.boot.jaxb.hbm.spi
Fields 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.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as GenerationTimingMethods in org.hibernate.boot.jaxb.mapping that return GenerationTimingModifier and TypeMethodDescriptionJaxbBasic.getGenerated()Gets the value of the generated property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type GenerationTimingModifier and TypeMethodDescriptionAdapter5.marshal(GenerationTiming value) voidJaxbBasic.setGenerated(GenerationTiming value) Sets the value of the generated property. -
Uses of GenerationTiming in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return GenerationTimingMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type GenerationTimingModifier and TypeMethodDescriptionstatic StringGenerationTimingMarshalling.toXml(GenerationTiming generationTiming) -
Uses of GenerationTiming in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return GenerationTimingModifier and TypeMethodDescriptionAbstractSingularAttributeSourceEmbeddedImpl.getGenerationTiming()AbstractToOneAttributeSourceImpl.getGenerationTiming()BasicAttributePropertySource.getGenerationTiming()CompositeIdentifierSingularAttributeSourceBasicImpl.getGenerationTiming()ManyToOnePropertySource.getGenerationTiming()SingularAttributeSourceAnyImpl.getGenerationTiming() -
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
Methods in org.hibernate.tuple that return GenerationTimingModifier and TypeMethodDescriptionCreationTimestampGeneration.getGenerationTiming()Deprecated.UpdateTimestampGeneration.getGenerationTiming()Deprecated.ValueGeneration.getGenerationTiming()Deprecated, for removal: This API element is subject to removal in a future version.Specifies that the property value is generated: when the entity is inserted, when the entity is updated, whenever the entity is inserted or updated, or never.static 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.