Uses of Class
org.apache.openjpa.meta.NonPersistentMetaData
- 
Packages that use NonPersistentMetaData Package Description org.apache.openjpa.meta OpenJPA Metadata - 
- 
Uses of NonPersistentMetaData in org.apache.openjpa.meta
Fields in org.apache.openjpa.meta declared as NonPersistentMetaData Modifier and Type Field Description protected static NonPersistentMetaData[]MetaDataRepository. EMPTY_NON_PERSISTENTMethods in org.apache.openjpa.meta that return NonPersistentMetaData Modifier and Type Method Description NonPersistentMetaDataMetaDataRepository. addNonMappedInterface(Class<?> iface)Add the given non-mapped interface to the repository.NonPersistentMetaDataMetaDataRepository. addPersistenceAware(Class<?> cls)Add the given class as persistence-aware.NonPersistentMetaDataMetaDataRepository. 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 interfacesNonPersistentMetaDataMetaDataRepository. getPersistenceAware(Class<?> cls)Gets the metadata corresponding to the given persistence-aware class.NonPersistentMetaData[]MetaDataRepository. getPersistenceAwares()Gets all the metadatas for persistence-aware classes 
 -