Package | Description |
---|---|
org.apache.openjpa.lib.meta |
Metadata Framework
Extendable framework for metadata parsing and serializing.
|
org.apache.openjpa.meta |
OpenJPA Metadata
This package provides an extendable framework for parsing and caching
persistence metadata.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassAnnotationMetaDataFilter
Filter that looks for classes with one of a set of annotations.
|
class |
SuffixMetaDataFilter
Filters metadata iteration based on resource name suffix.
|
Constructor and Description |
---|
ClasspathMetaDataIterator(String[] dirs,
MetaDataFilter filter)
Constructor; supply the classpath directories to scan and an optional
resource filter.
|
FileMetaDataIterator(File dir,
MetaDataFilter filter)
Constructor; supply root of directory tree to search and optional
file filter.
|
JarFileURLMetaDataIterator(URL url,
MetaDataFilter filter) |
ZipFileMetaDataIterator(URL url,
MetaDataFilter filter)
Constructor; supply zip/jar URL and optional file filter.
|
ZipFileMetaDataIterator(ZipFile file,
MetaDataFilter filter)
Constructor; supply zip file and optional file filter.
|
ZipStreamMetaDataIterator(ZipInputStream stream,
MetaDataFilter filter)
Constructor; supply zip stream and optional metadata filter.
|
Modifier and Type | Method and Description |
---|---|
protected abstract MetaDataFilter |
AbstractCFMetaDataFactory.newMetaDataFilter()
Return a metadata filter that identifies metadata resources when
performing jar and classpath scans.
|
Modifier and Type | Method and Description |
---|---|
protected MetaDataFilter |
PersistenceMetaDataFactory.newMetaDataFilter() |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.