Uses of Enum Class
org.hibernate.type.WrapperArrayHandling
Packages that use WrapperArrayHandling
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of WrapperArrayHandling in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return WrapperArrayHandlingModifier and TypeMethodDescriptionMetadataBuilderImpl.MetadataBuildingOptionsImpl.getWrapperArrayHandling()
-
Uses of WrapperArrayHandling in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return WrapperArrayHandlingModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuildingOptions.getWrapperArrayHandling()
MetadataBuildingOptions.getWrapperArrayHandling()
-
Uses of WrapperArrayHandling in org.hibernate.type
Methods in org.hibernate.type that return WrapperArrayHandlingModifier and TypeMethodDescriptionstatic WrapperArrayHandling
WrapperArrayHandling.interpretExternalSetting
(Object value) static WrapperArrayHandling
WrapperArrayHandling.interpretExternalSettingLeniently
(@Nullable Object value) static WrapperArrayHandling
Returns the enum constant of this class with the specified name.static WrapperArrayHandling[]
WrapperArrayHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.