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.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.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 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.model
Methods in org.hibernate.boot.model with parameters of type CompositeUserType Modifier and Type Method Description default voidTypeContributions. contributeType(CompositeUserType<?> type)Register aCompositeUserTypeas the implicit (auto-applied) type for values of typereturnedClass(). -
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)List<CompositeUserType<?>>AbstractDelegatingMetadataBuildingOptions. getCompositeUserTypes()List<CompositeUserType<?>>MetadataBuildingOptions. getCompositeUserTypes()Access the list ofCompositeUserTyperegistrations. -
Uses of CompositeUserType in org.hibernate.type
Constructors in org.hibernate.type with parameters of type CompositeUserType Constructor Description UserComponentType(Component component, int[] originalPropertyOrder, CompositeUserType<T> compositeUserType)
-