Class Types
java.lang.Object
org.apache.openjpa.persistence.meta.Types
Persistent Type according to JPA 2.0.
JPA 2.0 defines a type system for persistent objects to decorate a core Java type system with persistence-relevant properties such as persistent identity, independently persistence capable etc.
Implemented as a thin adapter to OpenJPA metadata system. Mostly immutable.
JPA 2.0 defines a type system for persistent objects to decorate a core Java type system with persistence-relevant properties such as persistent identity, independently persistence capable etc.
Implemented as a thin adapter to OpenJPA metadata system. Mostly immutable.
- Since:
- 2.0.0
- Author:
- Pinaki Poddar
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBasic non-relational types of a persistent attribute such aslongorjava.util.Date.static classAn embedded, not independently identifiable type.static classAn entity type that is independently identifiable.static classRepresents an abstract persistent type that has a persistent identity.static classA abstract, independently identifiable persistent type.static classA pseudo managed type used to represent keys of a java.util.Map as a pseudo attribute. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_loc
-
-
Constructor Details
-
Types
public Types()
-