Uses of Interface
org.apache.openjpa.lib.meta.MetaDataFilter

Packages that use MetaDataFilter
org.apache.openjpa.lib.meta Metadata Framework 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of MetaDataFilter in org.apache.openjpa.lib.meta
 

Classes in org.apache.openjpa.lib.meta that implement MetaDataFilter
 class ClassAnnotationMetaDataFilter
          Filter that looks for classes with one of a set of annotations.
 class SuffixMetaDataFilter
          Filters metadata iteration based on resource name suffix.
 

Constructors in org.apache.openjpa.lib.meta with parameters of type MetaDataFilter
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.
 

Uses of MetaDataFilter in org.apache.openjpa.meta
 

Methods in org.apache.openjpa.meta that return MetaDataFilter
protected abstract  MetaDataFilter AbstractCFMetaDataFactory.newMetaDataFilter()
          Return a metadata filter that identifies metadata resources when performing jar and classpath scans.
 

Uses of MetaDataFilter in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return MetaDataFilter
protected  MetaDataFilter PersistenceMetaDataFactory.newMetaDataFilter()
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.