Uses of Interface
org.hibernate.usertype.CompositeUserType
-
Packages that use CompositeUserType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of CompositeUserType in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type CompositeUserType Modifier and Type Method Description Class<? extends CompositeUserType<?>>userType()TheCompositeUserType.Class<? extends CompositeUserType<?>>value()The custom type implementor classClass<? extends CompositeUserType<?>>value()The custom type implementor class -
Uses of CompositeUserType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type CompositeUserType Modifier and Type Method Description Class<? extends CompositeUserType<?>>InFlightMetadataCollector. findRegisteredCompositeUserType(Class<?> embeddableType)
-