Uses of Enum Class
org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Packages that use ExecuteUpdateResultCheckStyle
Package
Description
JAXB details.
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.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
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.
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 ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionMethods in org.hibernate.boot.jaxb.hbm.internal with parameters of type ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionstatic StringExecuteUpdateResultCheckStyleConverter.toXml(ExecuteUpdateResultCheckStyle style) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as ExecuteUpdateResultCheckStyleModifier and TypeFieldDescriptionprotected ExecuteUpdateResultCheckStyleJaxbHbmCustomSqlDmlType.checkMethods in org.hibernate.boot.jaxb.hbm.spi that return ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionJaxbHbmCustomSqlDmlType.getCheck()Gets the value of the check property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionAdapter3.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 ExecuteUpdateResultCheckStyleMethods in org.hibernate.boot.jaxb.mapping that return ExecuteUpdateResultCheckStyleMethods in org.hibernate.boot.jaxb.mapping with parameters of type ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionAdapter17.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 ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionstatic StringResultCheckStyleMarshalling.toXml(ExecuteUpdateResultCheckStyle style) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return ExecuteUpdateResultCheckStyleConstructors in org.hibernate.boot.model with parameters of type ExecuteUpdateResultCheckStyleModifierConstructorDescriptionCustomSql(String sql, boolean callable, ExecuteUpdateResultCheckStyle checkStyle) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionExecuteUpdateResultCheckStyle.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.Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class 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 class, in the order they are declared.Methods in org.hibernate.engine.spi with parameters of type ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionstatic @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 ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionstatic 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 ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionCollection.getCustomSQLDeleteAllCheckStyle()Collection.getCustomSQLDeleteCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.Join.getCustomSQLDeleteCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.PersistentClass.getCustomSQLDeleteCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.Collection.getCustomSQLInsertCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.Join.getCustomSQLInsertCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.PersistentClass.getCustomSQLInsertCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.Collection.getCustomSQLUpdateCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.Join.getCustomSQLUpdateCheckStyle()Deprecated, for removal: This API element is subject to removal in a future version.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 ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionvoidCollection.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)
Collection.getDeleteExpectation()