Uses of Interface
org.hibernate.usertype.CompositeUserType
-
Packages that use CompositeUserType Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot.spi -
-
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()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)
-