Uses of Class
org.hibernate.type.WrapperArrayHandling
-
Packages that use WrapperArrayHandling Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of WrapperArrayHandling in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return WrapperArrayHandling Modifier and Type Method Description WrapperArrayHandlingAbstractDelegatingMetadataBuildingOptions. getWrapperArrayHandling()WrapperArrayHandlingMetadataBuildingOptions. getWrapperArrayHandling() -
Uses of WrapperArrayHandling in org.hibernate.type
Methods in org.hibernate.type that return WrapperArrayHandling Modifier and Type Method Description static WrapperArrayHandlingWrapperArrayHandling. interpretExternalSetting(Object value)static WrapperArrayHandlingWrapperArrayHandling. interpretExternalSettingLeniently(@Nullable Object value)static WrapperArrayHandlingWrapperArrayHandling. 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.
-