|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterizedType | |
---|---|
org.hibernate.envers.test.entities.customtype | |
org.hibernate.test.annotations.entity | Test package for metatata facilities It contains an example of filter metadata |
org.hibernate.test.typeparameters | |
org.hibernate.test.usercollection.parameterized | |
org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. |
Uses of ParameterizedType in org.hibernate.envers.test.entities.customtype |
---|
Classes in org.hibernate.envers.test.entities.customtype that implement ParameterizedType | |
---|---|
class |
ParametrizedTestUserType
|
Uses of ParameterizedType in org.hibernate.test.annotations.entity |
---|
Classes in org.hibernate.test.annotations.entity that implement ParameterizedType | |
---|---|
class |
CasterStringType
Sample of parameter type |
Uses of ParameterizedType in org.hibernate.test.typeparameters |
---|
Classes in org.hibernate.test.typeparameters that implement ParameterizedType | |
---|---|
class |
DefaultValueIntegerType
|
Uses of ParameterizedType in org.hibernate.test.usercollection.parameterized |
---|
Classes in org.hibernate.test.usercollection.parameterized that implement ParameterizedType | |
---|---|
class |
DefaultableListType
Our Hibernate type-system extension for defining our specialized collection contract. |
Uses of ParameterizedType in org.hibernate.type |
---|
Classes in org.hibernate.type that implement ParameterizedType | |
---|---|
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 |
SerializableToBlobType
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |