Uses of Class
org.hibernate.type.WrapperArrayHandling
-
Packages that use WrapperArrayHandling Package Description org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.type A HibernateType
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 WrapperArrayHandling Modifier and Type Method Description WrapperArrayHandling
MetadataBuilderImpl.MetadataBuildingOptionsImpl. getWrapperArrayHandling()
-
Uses of WrapperArrayHandling in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return WrapperArrayHandling Modifier and Type Method Description WrapperArrayHandling
AbstractDelegatingMetadataBuildingOptions. getWrapperArrayHandling()
WrapperArrayHandling
MetadataBuildingOptions. getWrapperArrayHandling()
-
Uses of WrapperArrayHandling in org.hibernate.type
Methods in org.hibernate.type that return WrapperArrayHandling Modifier and Type Method Description static WrapperArrayHandling
WrapperArrayHandling. interpretExternalSetting(Object value)
static WrapperArrayHandling
WrapperArrayHandling. interpretExternalSettingLeniently(Object value)
static WrapperArrayHandling
WrapperArrayHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static WrapperArrayHandling[]
WrapperArrayHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-