Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
|
org.apache.openjpa.persistence.meta |
OpenJPA MetaModel
|
Class and Description |
---|
MetamodelImpl
Adapts JPA Metamodel to OpenJPA meta-data repository.
|
Class and Description |
---|
AbstractManagedType
Implements the managed persistent type and its attributes.
|
Members.CollectionAttributeImpl
Represents attributes declared as java.util.Collection<E>.
|
Members.KeyAttributeImpl
Represents the keys of java.util.Map<K,V> in managed type <X> as a pseudo-attribute of type
java.util.Set<K>.
|
Members.ListAttributeImpl
Represents attributes declared as java.util.List<E>.
|
Members.MapAttributeImpl
Represents attributes declared as java.util.Map<K,V> in managed type <X>.
|
Members.Member
An attribute of a Java type.
|
Members.PluralAttributeImpl
Root of multi-cardinality attribute.
|
Members.SetAttributeImpl
Represents attributes declared as java.util.Set<E>.
|
Members.SingularAttributeImpl
Represents single-valued persistent attributes.
|
MetamodelImpl
Adapts JPA Metamodel to OpenJPA meta-data repository.
|
Types.Entity
An entity type that is independently identifiable.
|
Class and Description |
---|
AbstractManagedType
Implements the managed persistent type and its attributes.
|
AbstractManagedType.AttributeNameFilter |
AbstractManagedType.AttributeTypeFilter
Selects if the attribute type matches the given Java class.
|
AbstractManagedType.DeclaredAttributeFilter |
AbstractManagedType.ElementTypeFilter
Selects plural attribute of given element type.
|
AbstractManagedType.EntryTypeFilter |
AbstractManagedType.Filter
Affirms if a given element satisfy a condition.
|
AbstractManagedType.IdAttributeFilter |
AbstractManagedType.PluralCategoryFilter |
AbstractManagedType.SingularAttributeFilter
Affirms if the given attribute is a Singular attribute.
|
CompileTimeLogger
Simple logger sets log level from javac compilers annotation processing
options
-Alog=TRACE|INFO|WARN|ERROR and uses the processing
environment to determine the log output stream. |
Members.Member
An attribute of a Java type.
|
Members.PluralAttributeImpl
Root of multi-cardinality attribute.
|
Members.SetAttributeImpl
Represents attributes declared as java.util.Set<E>.
|
MetadataProcessor
Collection of generic utility functions for extracting persistence related
metadata from user specified metadata available in various source
environment.
|
MetamodelImpl
Adapts JPA Metamodel to OpenJPA meta-data repository.
|
SourceAnnotationHandler.AccessFilter
Selects elements which is annotated with @Access annotation and that
annotation has the given AccessType value.
|
SourceAnnotationHandler.AnnotatedFilter
Selects all annotated element.
|
SourceAnnotationHandler.GetterFilter
Selects getter method.
|
SourceAnnotationHandler.KindFilter
Selects elements of given kind.
|
SourceAnnotationHandler.SetterFilter
Selects setter method.
|
SourceAnnotationHandler.TransientFilter
Selects all non-transient element.
|
Types.BaseType
Mirrors a Java class.
|
Types.Identifiable
Represents an abstract persistent type that has a persistent identity.
|
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.