Class Members
java.lang.Object
org.apache.openjpa.persistence.meta.Members
Persistent attribute according to JPA 2.0 metamodel.
Implemented as a thin adapter to OpenJPA FieldMetadata. Mostly immutable.
- Since:
- 2.0.0
- Author:
- Pinaki Poddar
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents attributes declared as java.util.Collection<E>.static class
Represents the keys of java.util.Map<K,V> in managed type <X> as a pseudo-attribute of type java.util.Set<K>.static class
Represents attributes declared as java.util.List<E>.static class
Represents attributes declared as java.util.Map<K,V> in managed type <X>.static class
An attribute of a Java type.static class
Root of multi-cardinality attribute.static class
Represents attributes declared as java.util.Set<E>.static final class
Represents single-valued persistent attributes. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Members
public Members()
-