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 ResultCheckStylecheck()Deprecated.useSQLDelete.verify()with anExpectationclassResultCheckStylecheck()Deprecated.useSQLDeleteAll.verify()with anExpectationclassResultCheckStylecheck()Deprecated.useSQLInsert.verify()with anExpectationclassResultCheckStylecheck()Deprecated.useSQLUpdate.verify()with anExpectationclassstatic ResultCheckStyleResultCheckStyle. 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 ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. fromResultCheckStyle(ResultCheckStyle style)Deprecated, for removal: This API element is subject to removal in a future version.
-