|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserType | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.envers.entities | |
org.hibernate.envers.test.entities.customtype | |
org.hibernate.envers.test.entities.ids | |
org.hibernate.test.annotations.entity | Test package for metatata facilities It contains an example of filter metadata |
org.hibernate.test.annotations.generics | |
org.hibernate.test.hql | |
org.hibernate.test.instrument.domain | |
org.hibernate.test.rowid | |
org.hibernate.test.sql.hand | |
org.hibernate.test.typeparameters | |
org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. |
org.hibernate.usertype | Interfaces for user-defined custom types. |
Uses of UserType in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg with parameters of type UserType | |
---|---|
void |
Configuration.registerTypeOverride(UserType type,
String[] keys)
|
Uses of UserType in org.hibernate.envers.entities |
---|
Classes in org.hibernate.envers.entities that implement UserType | |
---|---|
class |
RevisionTypeType
A hibernate type for the RevisionType enum. |
Uses of UserType in org.hibernate.envers.test.entities.customtype |
---|
Classes in org.hibernate.envers.test.entities.customtype that implement UserType | |
---|---|
class |
ParametrizedTestUserType
|
Uses of UserType in org.hibernate.envers.test.entities.ids |
---|
Classes in org.hibernate.envers.test.entities.ids that implement UserType | |
---|---|
class |
CustomEnumUserType
|
Uses of UserType in org.hibernate.test.annotations.entity |
---|
Classes in org.hibernate.test.annotations.entity that implement UserType | |
---|---|
class |
CasterStringType
Sample of parameter type |
class |
PhoneNumberType
Used to persist and retrieve objects of type 'PhoneNumber' |
Uses of UserType in org.hibernate.test.annotations.generics |
---|
Classes in org.hibernate.test.annotations.generics that implement UserType | |
---|---|
class |
StateType
|
Uses of UserType in org.hibernate.test.hql |
---|
Classes in org.hibernate.test.hql that implement UserType | |
---|---|
class |
ClassificationType
A custom type for mapping Classification instances
to the respective db column. |
Uses of UserType in org.hibernate.test.instrument.domain |
---|
Classes in org.hibernate.test.instrument.domain that implement UserType | |
---|---|
class |
CustomBlobType
A simple byte[]-based custom type. |
Uses of UserType in org.hibernate.test.rowid |
---|
Classes in org.hibernate.test.rowid that implement UserType | |
---|---|
class |
RowIdType
|
Uses of UserType in org.hibernate.test.sql.hand |
---|
Classes in org.hibernate.test.sql.hand that implement UserType | |
---|---|
class |
MonetaryAmountUserType
This is a simple Hibernate custom mapping type for MonetaryAmount value types. |
Uses of UserType in org.hibernate.test.typeparameters |
---|
Classes in org.hibernate.test.typeparameters that implement UserType | |
---|---|
class |
DefaultValueIntegerType
|
Uses of UserType in org.hibernate.type |
---|
Classes in org.hibernate.type that implement UserType | |
---|---|
class |
EnumType
Enum type mapper Try and find the appropriate SQL type depending on column metadata TODO implements readobject/writeobject to recalculate the enumclasses |
class |
StringClobType
Deprecated. replaced by MaterializedClobType |
Methods in org.hibernate.type that return UserType | |
---|---|
UserType |
CustomType.getUserType()
|
Methods in org.hibernate.type with parameters of type UserType | |
---|---|
void |
BasicTypeRegistry.register(UserType type,
String[] keys)
|
void |
TypeResolver.registerTypeOverride(UserType type,
String[] keys)
|
Method parameters in org.hibernate.type with type arguments of type UserType | |
---|---|
CustomType |
TypeFactory.custom(Class<UserType> typeClass,
Properties parameters)
|
static CustomType |
TypeFactory.custom(Class<UserType> typeClass,
Properties parameters,
TypeFactory.TypeScope scope)
Deprecated. Only for use temporary use by Hibernate |
Constructors in org.hibernate.type with parameters of type UserType | |
---|---|
CustomType(UserType userType)
|
|
CustomType(UserType userType,
String[] registrationKeys)
|
Uses of UserType in org.hibernate.usertype |
---|
Subinterfaces of UserType in org.hibernate.usertype | |
---|---|
interface |
EnhancedUserType
A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document |
interface |
UserVersionType
A user type that may be used for a version property |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |