Uses of Class
org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Packages that use ExecuteUpdateResultCheckStyle Package Description org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.jdbc Defines the notion of a unit of JDBC work that may be executed by the session at the request of the client.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description static ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyleConverter. fromXml(String name)Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description static StringExecuteUpdateResultCheckStyleConverter. toXml(ExecuteUpdateResultCheckStyle style) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as ExecuteUpdateResultCheckStyle Modifier and Type Field Description protected ExecuteUpdateResultCheckStyleJaxbHbmCustomSqlDmlType. checkMethods in org.hibernate.boot.jaxb.hbm.spi that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description ExecuteUpdateResultCheckStyleJaxbHbmCustomSqlDmlType. getCheck()Gets the value of the check property.ExecuteUpdateResultCheckStyleAdapter3. unmarshal(String value)Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description StringAdapter3. marshal(ExecuteUpdateResultCheckStyle value)voidJaxbHbmCustomSqlDmlType. setCheck(ExecuteUpdateResultCheckStyle value)Sets the value of the check property. -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as ExecuteUpdateResultCheckStyle Modifier and Type Field Description protected ExecuteUpdateResultCheckStyleJaxbCustomSql. checkMethods in org.hibernate.boot.jaxb.mapping that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description ExecuteUpdateResultCheckStyleJaxbCustomSql. getCheck()Gets the value of the check property.ExecuteUpdateResultCheckStyleAdapter16. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description StringAdapter16. marshal(ExecuteUpdateResultCheckStyle value)voidJaxbCustomSql. setCheck(ExecuteUpdateResultCheckStyle value)Sets the value of the check property. -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description static ExecuteUpdateResultCheckStyleResultCheckStyleMarshalling. fromXml(String name)Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description static StringResultCheckStyleMarshalling. toXml(ExecuteUpdateResultCheckStyle style) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description ExecuteUpdateResultCheckStyleCustomSql. getCheckStyle()Constructors in org.hibernate.boot.model with parameters of type ExecuteUpdateResultCheckStyle Constructor Description CustomSql(String sql, boolean callable, ExecuteUpdateResultCheckStyle checkStyle) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description static ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. determineDefault(String customSql, boolean callable)static ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. fromExternalName(String name)static ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. fromResultCheckStyle(ResultCheckStyle style)static ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecuteUpdateResultCheckStyle[]ExecuteUpdateResultCheckStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.jdbc
Methods in org.hibernate.jdbc with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description static ExpectationExpectations. appropriateExpectation(ExecuteUpdateResultCheckStyle style) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.mapping
Methods in org.hibernate.mapping that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description ExecuteUpdateResultCheckStyleCollection. getCustomSQLDeleteAllCheckStyle()ExecuteUpdateResultCheckStyleCollection. getCustomSQLDeleteCheckStyle()ExecuteUpdateResultCheckStyleJoin. getCustomSQLDeleteCheckStyle()ExecuteUpdateResultCheckStylePersistentClass. getCustomSQLDeleteCheckStyle()ExecuteUpdateResultCheckStyleCollection. getCustomSQLInsertCheckStyle()ExecuteUpdateResultCheckStyleJoin. getCustomSQLInsertCheckStyle()ExecuteUpdateResultCheckStylePersistentClass. getCustomSQLInsertCheckStyle()ExecuteUpdateResultCheckStyleCollection. getCustomSQLUpdateCheckStyle()ExecuteUpdateResultCheckStyleJoin. getCustomSQLUpdateCheckStyle()ExecuteUpdateResultCheckStylePersistentClass. getCustomSQLUpdateCheckStyle()Methods in org.hibernate.mapping with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description voidCollection. setCustomSQLDelete(String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidJoin. setCustomSQLDelete(String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidPersistentClass. setCustomSQLDelete(String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidCollection. setCustomSQLDeleteAll(String customSQLDeleteAll, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidCollection. setCustomSQLInsert(String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidJoin. setCustomSQLInsert(String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidPersistentClass. setCustomSQLInsert(String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidCollection. setCustomSQLUpdate(String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidJoin. setCustomSQLUpdate(String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)voidPersistentClass. setCustomSQLUpdate(String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
-