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 ExecuteUpdateResultCheckStyle
ExecuteUpdateResultCheckStyleConverter. fromXml(String name)
Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description static String
ExecuteUpdateResultCheckStyleConverter. 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 ExecuteUpdateResultCheckStyle
JaxbHbmCustomSqlDmlType. check
Methods in org.hibernate.boot.jaxb.hbm.spi that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description ExecuteUpdateResultCheckStyle
JaxbHbmCustomSqlDmlType. getCheck()
Gets the value of the check property.ExecuteUpdateResultCheckStyle
Adapter3. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description String
Adapter3. marshal(ExecuteUpdateResultCheckStyle value)
void
JaxbHbmCustomSqlDmlType. 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 ExecuteUpdateResultCheckStyle
JaxbCustomSql. check
Methods in org.hibernate.boot.jaxb.mapping that return ExecuteUpdateResultCheckStyle Modifier and Type Method Description ExecuteUpdateResultCheckStyle
JaxbCustomSql. getCheck()
Gets the value of the check property.ExecuteUpdateResultCheckStyle
Adapter17. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.mapping with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description String
Adapter17. marshal(ExecuteUpdateResultCheckStyle value)
void
JaxbCustomSql. 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 ExecuteUpdateResultCheckStyle
ResultCheckStyleMarshalling. fromXml(String name)
Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type ExecuteUpdateResultCheckStyle Modifier and Type Method Description static String
ResultCheckStyleMarshalling. 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 ExecuteUpdateResultCheckStyle
CustomSql. 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 ExecuteUpdateResultCheckStyle
ExecuteUpdateResultCheckStyle. determineDefault(@Nullable String customSql, boolean callable)
Deprecated, for removal: This API element is subject to removal in a future version.static @Nullable ExecuteUpdateResultCheckStyle
ExecuteUpdateResultCheckStyle. fromExternalName(String name)
Deprecated, for removal: This API element is subject to removal in a future version.static @Nullable ExecuteUpdateResultCheckStyle
ExecuteUpdateResultCheckStyle. fromResultCheckStyle(ResultCheckStyle style)
Deprecated, for removal: This API element is subject to removal in a future version.static ExecuteUpdateResultCheckStyle
ExecuteUpdateResultCheckStyle. 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 Expectation
Expectations. 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 ExecuteUpdateResultCheckStyle
Collection. getCustomSQLDeleteAllCheckStyle()
ExecuteUpdateResultCheckStyle
Collection. getCustomSQLDeleteCheckStyle()
Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle
Join. getCustomSQLDeleteCheckStyle()
Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle
PersistentClass. getCustomSQLDeleteCheckStyle()
Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle
Collection. getCustomSQLInsertCheckStyle()
Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle
Join. getCustomSQLInsertCheckStyle()
Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle
PersistentClass. getCustomSQLInsertCheckStyle()
Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle
Collection. getCustomSQLUpdateCheckStyle()
Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle
Join. getCustomSQLUpdateCheckStyle()
Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle
PersistentClass. 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 void
Collection. setCustomSQLDelete(String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
Join. setCustomSQLDelete(String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
PersistentClass. setCustomSQLDelete(String customSQLDelete, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
Collection. setCustomSQLDeleteAll(String customSQLDeleteAll, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
Collection. setCustomSQLInsert(String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
Join. setCustomSQLInsert(String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
PersistentClass. setCustomSQLInsert(String customSQLInsert, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
Collection. setCustomSQLUpdate(String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
Join. setCustomSQLUpdate(String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
void
PersistentClass. setCustomSQLUpdate(String customSQLUpdate, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
-