Uses of Interface
org.hibernate.usertype.CompositeUserType
-
Packages that use CompositeUserType Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.model org.hibernate.boot.spi org.hibernate.cfg org.hibernate.type -
-
Uses of CompositeUserType in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CompositeUserType Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyBasicType(CompositeUserType type, String... keys)Register an additional or overridden composite custom type mapping. -
Uses of CompositeUserType in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type CompositeUserType Modifier and Type Method Description voidTypeContributions. contributeType(CompositeUserType type, String... keys)Deprecated.(since 5.3) UseTypeContributions.contributeType(BasicType)instead. -
Uses of CompositeUserType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type CompositeUserType Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyBasicType(CompositeUserType type, String... keys)Constructors in org.hibernate.boot.spi with parameters of type CompositeUserType Constructor Description BasicTypeRegistration(CompositeUserType type, String[] keys) -
Uses of CompositeUserType in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type CompositeUserType Modifier and Type Method Description ConfigurationConfiguration. registerTypeOverride(CompositeUserType type, String[] keys) -
Uses of CompositeUserType in org.hibernate.type
Methods in org.hibernate.type that return CompositeUserType Modifier and Type Method Description CompositeUserTypeCompositeCustomType. getUserType()Methods in org.hibernate.type with parameters of type CompositeUserType Modifier and Type Method Description voidBasicTypeRegistry. register(CompositeUserType type, String[] keys)voidTypeResolver. registerTypeOverride(CompositeUserType type, String[] keys)Deprecated.Method parameters in org.hibernate.type with type arguments of type CompositeUserType Modifier and Type Method Description CompositeCustomTypeTypeFactory. customComponent(Class<CompositeUserType> typeClass, Properties parameters)Deprecated.static CompositeCustomTypeTypeFactory. customComponent(Class<CompositeUserType> typeClass, Properties parameters, TypeFactory.TypeScope scope)Deprecated.Only for use temporary use byHibernateConstructors in org.hibernate.type with parameters of type CompositeUserType Constructor Description CompositeCustomType(CompositeUserType userType)CompositeCustomType(CompositeUserType userType, String[] registrationKeys)
-