Uses of Enum Class
org.hibernate.annotations.ResultCheckStyle
Packages that use ResultCheckStyle
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of ResultCheckStyle in org.hibernate.annotations
Methods in org.hibernate.annotations that return ResultCheckStyleModifier and TypeMethodDescriptionstatic ResultCheckStyle
Deprecated.Returns the enum constant of this class with the specified name.static ResultCheckStyle[]
ResultCheckStyle.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ResultCheckStyle in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return ResultCheckStyleModifier and TypeMethodDescriptionSQLDeleteAllAnnotation.check()
SQLDeleteAnnotation.check()
SQLInsertAnnotation.check()
SQLUpdateAnnotation.check()
Methods in org.hibernate.boot.models.annotations.internal with parameters of type ResultCheckStyleModifier and TypeMethodDescriptionvoid
SQLDeleteAllAnnotation.check
(ResultCheckStyle value) void
SQLDeleteAnnotation.check
(ResultCheckStyle value) void
SQLInsertAnnotation.check
(ResultCheckStyle value) void
SQLUpdateAnnotation.check
(ResultCheckStyle value) -
Uses of ResultCheckStyle in org.hibernate.boot.models.annotations.spi
Methods in org.hibernate.boot.models.annotations.spi that return ResultCheckStyleMethods in org.hibernate.boot.models.annotations.spi with parameters of type ResultCheckStyle -
Uses of ResultCheckStyle in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type ResultCheckStyleModifier and TypeMethodDescriptionExecuteUpdateResultCheckStyle.fromResultCheckStyle
(ResultCheckStyle style) Deprecated, for removal: This API element is subject to removal in a future version.