Uses of Interface
org.hibernate.usertype.UserType
-
Packages that use UserType 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 org.hibernate.usertype -
-
Uses of UserType in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type UserType Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyBasicType(UserType type, String... keys)Register an additional or overridden custom type mapping. -
Uses of UserType in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type UserType Modifier and Type Method Description voidTypeContributions. contributeType(UserType type, String... keys)Deprecated.(since 5.3) UseTypeContributions.contributeType(BasicType)instead. -
Uses of UserType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type UserType Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyBasicType(UserType type, String... keys)Constructors in org.hibernate.boot.spi with parameters of type UserType Constructor Description BasicTypeRegistration(UserType type, String[] keys) -
Uses of UserType in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type UserType Modifier and Type Method Description ConfigurationConfiguration. registerTypeOverride(UserType type, String[] keys) -
Uses of UserType in org.hibernate.type
Classes in org.hibernate.type that implement UserType Modifier and Type Class Description classEnumType<T extends Enum>Value type mapper for enumerations.Methods in org.hibernate.type that return UserType Modifier and Type Method Description UserTypeCustomType. getUserType()Methods in org.hibernate.type with parameters of type UserType Modifier and Type Method Description voidBasicTypeRegistry. register(UserType type, String[] keys)voidTypeResolver. registerTypeOverride(UserType type, String[] keys)Deprecated.Method parameters in org.hibernate.type with type arguments of type UserType Modifier and Type Method Description CustomTypeTypeFactory. custom(Class<UserType> typeClass, Properties parameters)Deprecated.static CustomTypeTypeFactory. custom(Class<UserType> typeClass, Properties parameters, TypeFactory.TypeScope scope)Deprecated.Only for use temporary use byHibernateConstructors in org.hibernate.type with parameters of type UserType Constructor Description CustomType(UserType userType)CustomType(UserType userType, String[] registrationKeys) -
Uses of UserType in org.hibernate.usertype
Subinterfaces of UserType in org.hibernate.usertype Modifier and Type Interface Description interfaceEnhancedUserTypeA custom type that may function as an identifier or discriminator typeinterfaceUserVersionTypeA user type that may be used for a version property
-