Uses of Enum Class
org.hibernate.annotations.FlushModeType
Packages that use FlushModeType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of FlushModeType in org.hibernate.annotations
Methods in org.hibernate.annotations that return FlushModeTypeModifier and TypeMethodDescriptionstatic FlushModeTypeDeprecated, 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 FlushModeType[]FlushModeType.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. -
Uses of FlushModeType in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return FlushModeTypeModifier and TypeMethodDescriptionNamedNativeQueryAnnotation.flushMode()NamedQueryAnnotation.flushMode()Methods in org.hibernate.boot.models.annotations.internal with parameters of type FlushModeTypeModifier and TypeMethodDescriptionvoidNamedNativeQueryAnnotation.flushMode(FlushModeType value) voidNamedQueryAnnotation.flushMode(FlushModeType value) -
Uses of FlushModeType in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return FlushModeTypeModifier and TypeMethodDescriptionstatic FlushModeTypeQueryProcessing.interpretFlushMode(FlushMode flushMode)