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 Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.engine.spi org.hibernate.jdbc org.hibernate.mapping org.hibernate.persister.collection org.hibernate.persister.entity -
-
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. 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) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description protected ExecuteUpdateResultCheckStyleAbstractCollectionPersister. getDeleteAllCheckStyle()protected ExecuteUpdateResultCheckStyleAbstractCollectionPersister. getDeleteCheckStyle()protected ExecuteUpdateResultCheckStyleAbstractCollectionPersister. getInsertCheckStyle()protected ExecuteUpdateResultCheckStyleAbstractCollectionPersister. getUpdateCheckStyle() -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity declared as ExecuteUpdateResultCheckStyle Modifier and Type Field Description protected ExecuteUpdateResultCheckStyle[]AbstractEntityPersister. deleteResultCheckStylesprotected ExecuteUpdateResultCheckStyle[]AbstractEntityPersister. insertResultCheckStylesprotected ExecuteUpdateResultCheckStyle[]AbstractEntityPersister. updateResultCheckStylesMethods in org.hibernate.persister.entity that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description protected ExecuteUpdateResultCheckStyle[]AbstractEntityPersister. getDeleteResultCheckStyles()protected ExecuteUpdateResultCheckStyle[]AbstractEntityPersister. getInsertResultCheckStyles()protected ExecuteUpdateResultCheckStyle[]AbstractEntityPersister. getUpdateResultCheckStyles()
-