Uses of Class
org.apache.openjpa.meta.NonPersistentMetaData

Packages that use NonPersistentMetaData
org.apache.openjpa.meta OpenJPA Metadata 
 

Uses of NonPersistentMetaData in org.apache.openjpa.meta
 

Fields in org.apache.openjpa.meta declared as NonPersistentMetaData
protected static NonPersistentMetaData[] MetaDataRepository.EMPTY_NON_PERSISTENT
           
 

Methods in org.apache.openjpa.meta that return NonPersistentMetaData
 NonPersistentMetaData MetaDataRepository.addNonMappedInterface(Class iface)
          Add the given non-mapped interface to the repository.
 NonPersistentMetaData MetaDataRepository.addPersistenceAware(Class cls)
          Add the given class as persistence-aware.
 NonPersistentMetaData MetaDataRepository.getNonMappedInterface(Class iface)
          Gets the metadata corresponding to the given non-mapped interface.
 NonPersistentMetaData[] MetaDataRepository.getNonMappedInterfaces()
          Gets the corresponding metadatas for all registered, non-mapped interfaces
 NonPersistentMetaData MetaDataRepository.getPersistenceAware(Class cls)
          Gets the metadata corresponding to the given persistence-aware class.
 NonPersistentMetaData[] MetaDataRepository.getPersistenceAwares()
          Gets all the metadatas for persistence-aware classes
 



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

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01