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()For persistence operation what style of determining results (success/failure) is to be used.ResultCheckStylecheck()For persistence operation what style of determining results (success/failure) is to be used.ResultCheckStylecheck()For persistence operation what style of determining results (success/failure) is to be used.ResultCheckStylecheck()For persistence operation what style of determining results (success/failure) is to be used.static ResultCheckStyleResultCheckStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultCheckStyle[]ResultCheckStyle. values()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 ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. fromResultCheckStyle(ResultCheckStyle style)
-