| Class | Description |
|---|---|
| AbstractIdentifiableType<X> |
Abstract implementation for
IdentifiableType. |
| AbstractManagedType<X> |
Implementation for
ManagedType interface. |
| AbstractManagedType.InheritanceModel |
The Class InheritanceModel.
|
| AbstractType<X> |
Implements
Type interface of MetaModel API. |
| DefaultBasicType<X> |
Default implementation of
BasicType
DefaultBasicType implements BasicType interface,
invokes constructor with PersistenceType.BASIC. |
| DefaultEmbeddableType<X> |
Default implementation of
EmbeddableType
DefaultEmbeddableType implements EmbeddableType
interface, invokes constructor with PersistenceType.EMBEDDABLE. |
| DefaultEntityType<X> |
Default implementation of
EntityType
DefaultEmbeddableType implements EntityType
interface, invokes constructor with PersistenceType.ENTITY. |
| DefaultMappedSuperClass<X> |
Default implementation of
MappedSuperclassType
DefaultMappedSuperClass implements
MappedSuperclassType interface, invokes constructor with
PersistenceType.MAPPED_SUPERCLASS. |
Copyright © 2015. All Rights Reserved.