|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterizedType | |
---|---|
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 ParameterizedType in org.hibernate.type |
---|
Classes in org.hibernate.type that implement ParameterizedType | |
---|---|
class |
EnumType
Value type mapper for enumerations. |
class |
SerializableToBlobType<T extends Serializable>
|
Uses of ParameterizedType in org.hibernate.usertype |
---|
Subinterfaces of ParameterizedType in org.hibernate.usertype | |
---|---|
interface |
DynamicParameterizedType
Types who implements this interface will have in the setParameterValues an instance of the class DynamicParameterizedType$ParameterType with the key PARAMETER_TYPE = "org.hibernate.type.ParameterType" The interface ParameterType provides some methods to read information dynamically for build the type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |