Uses of Class
org.hibernate.annotations.ResultCheckStyle
-
Packages that use ResultCheckStyle Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.engine.spi 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 ResultCheckStyle Modifier and Type Method Description ResultCheckStyle
check()
Deprecated.useSQLDelete.verify()
with anExpectation
classResultCheckStyle
check()
Deprecated.useSQLDeleteAll.verify()
with anExpectation
classResultCheckStyle
check()
Deprecated.useSQLInsert.verify()
with anExpectation
classResultCheckStyle
check()
Deprecated.useSQLUpdate.verify()
with anExpectation
classstatic ResultCheckStyle
ResultCheckStyle. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static ResultCheckStyle[]
ResultCheckStyle. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResultCheckStyle in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type ResultCheckStyle Modifier and Type Method Description static @Nullable ExecuteUpdateResultCheckStyle
ExecuteUpdateResultCheckStyle. fromResultCheckStyle(ResultCheckStyle style)
Deprecated, for removal: This API element is subject to removal in a future version.
-