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 A small API allowing the client of a Hibernate session to interact directly with JDBC, using the same connection and transaction obtained by the session.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.ExecuteUpdateResultCheckStyleAdapter17. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description StringAdapter17. 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(@Nullable String customSql, boolean callable)Deprecated, for removal: This API element is subject to removal in a future version.static @Nullable ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. fromExternalName(String name)Deprecated, for removal: This API element is subject to removal in a future version.static @Nullable ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. fromResultCheckStyle(ResultCheckStyle style)Deprecated, for removal: This API element is subject to removal in a future version.static ExecuteUpdateResultCheckStyleExecuteUpdateResultCheckStyle. valueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static ExecuteUpdateResultCheckStyle[]ExecuteUpdateResultCheckStyle. values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.engine.spi with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description static @Nullable Supplier<? extends Expectation>ExecuteUpdateResultCheckStyle. expectationConstructor(@Nullable ExecuteUpdateResultCheckStyle style)Deprecated, for removal: This API element is subject to removal in a future version. -
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)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.mapping
Methods in org.hibernate.mapping that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description ExecuteUpdateResultCheckStyleCollection. getCustomSQLDeleteAllCheckStyle()ExecuteUpdateResultCheckStyleCollection. getCustomSQLDeleteCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyleJoin. getCustomSQLDeleteCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStylePersistentClass. getCustomSQLDeleteCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyleCollection. getCustomSQLInsertCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyleJoin. getCustomSQLInsertCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStylePersistentClass. getCustomSQLInsertCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyleCollection. getCustomSQLUpdateCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyleJoin. getCustomSQLUpdateCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStylePersistentClass. getCustomSQLUpdateCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.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)
-