Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
This package provides an implementation of Criteria API in JPA 2.0 Specification
and extended features such as Query-By-Example.
|
org.apache.openjpa.persistence.meta |
OpenJPA MetaModel
This package provides an implementation of Metamodel API of JPA 2.0 Specification.
|
Class and Description |
---|
MetamodelImpl
Adapts JPA Metamodel to OpenJPA meta-data repository.
|
Class and Description |
---|
MetamodelImpl
Adapts JPA Metamodel to OpenJPA meta-data repository.
|
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.
|
Types.Identifiable
Represents an abstract persistent type that has a persistent identity.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.