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 FlushModeType
Deprecated.Returns the enum constant of this class with the specified name.static FlushModeType[]
FlushModeType.values()
Deprecated.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 TypeMethodDescriptionvoid
NamedNativeQueryAnnotation.flushMode
(FlushModeType value) void
NamedQueryAnnotation.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 FlushModeType
QueryProcessing.interpretFlushMode
(FlushMode flushMode)