class |
AbstractSingleColumnStandardBasicType<T> |
TODO : javadoc
|
class |
AbstractStandardBasicType<T> |
Convenience base class for BasicType implementations.
|
class |
BasicArrayType<T,E> |
A type that maps between ARRAY and T[]
|
class |
BasicCollectionType<C extends Collection<E>,E> |
A type that maps between ARRAY and Collection<T>
|
class |
BottomType |
A type that is assignable to every non-primitive type,
that is, the type of null.
|
class |
ComponentType |
|
class |
ConvertedBasicArrayType<T,S,E> |
|
class |
ConvertedBasicCollectionType<C extends Collection<E>,E> |
A converted basic array type.
|
class |
CustomType<J> |
Adapts UserType to the generic Type interface, in order
to isolate user code from changes in the internal Type contracts.
|
class |
EmbeddedComponentType |
|
class |
JavaObjectType |
|
class |
NullType |
|
class |
QueryParameterJavaObjectType |
|
class |
SerializableToBlobType<T extends Serializable> |
|
class |
SerializableType<T extends Serializable> |
|
class |
StandardBasicTypeTemplate<J> |
A BasicType adapter targeting partial portability to 6.0's type
system changes.
|
class |
UserComponentType<T> |
|