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.
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 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 ExecuteUpdateResultCheckStyleModifier and TypeFieldDescriptionprotected ExecuteUpdateResultCheckStyle
JaxbHbmCustomSqlDmlType.check
Methods 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) void
JaxbHbmCustomSqlDmlType.setCheck
(ExecuteUpdateResultCheckStyle value) Sets the value of the check property. -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.jaxb.mapping.internal
Methods in org.hibernate.boot.jaxb.mapping.internal that return ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionMethods in org.hibernate.boot.jaxb.mapping.internal with parameters of type ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionstatic String
ResultCheckStyleMarshalling.toXml
(ExecuteUpdateResultCheckStyle style) -
Uses of ExecuteUpdateResultCheckStyle in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as ExecuteUpdateResultCheckStyleModifier and TypeFieldDescriptionprotected ExecuteUpdateResultCheckStyle
JaxbCustomSqlImpl.resultCheck
Methods in org.hibernate.boot.jaxb.mapping.spi that return ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionJaxbCustomSqlImpl.getResultCheck()
Gets the value of the resultCheck property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionAdapter12.marshal
(ExecuteUpdateResultCheckStyle value) void
JaxbCustomSqlImpl.setResultCheck
(ExecuteUpdateResultCheckStyle value) Sets the value of the resultCheck property. -
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 TypeMethodDescriptionstatic @Nullable ExecuteUpdateResultCheckStyle
ExecuteUpdateResultCheckStyle.fromExternalName
(String name) Deprecated, for removal: This API element is subject to removal in a future version.ExecuteUpdateResultCheckStyle.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.mapping
Methods in org.hibernate.mapping that return ExecuteUpdateResultCheckStyleMethods in org.hibernate.mapping with parameters of type ExecuteUpdateResultCheckStyleModifier and TypeMethodDescriptionvoid
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)