Uses of Class
org.apache.openjpa.meta.NonPersistentMetaData
Packages that use NonPersistentMetaData
-
Uses of NonPersistentMetaData in org.apache.openjpa.meta
Fields in org.apache.openjpa.meta declared as NonPersistentMetaDataModifier and TypeFieldDescriptionprotected static final NonPersistentMetaData[]MetaDataRepository.EMPTY_NON_PERSISTENTMethods in org.apache.openjpa.meta that return NonPersistentMetaDataModifier and TypeMethodDescriptionMetaDataRepository.addNonMappedInterface(Class<?> iface) Add the given non-mapped interface to the repository.MetaDataRepository.addPersistenceAware(Class<?> cls) Add the given class as persistence-aware.MetaDataRepository.getNonMappedInterface(Class<?> iface) Gets the metadata corresponding to the given non-mapped interface.MetaDataRepository.getNonMappedInterfaces()Gets the corresponding metadatas for all registered, non-mapped interfacesMetaDataRepository.getPersistenceAware(Class<?> cls) Gets the metadata corresponding to the given persistence-aware class.MetaDataRepository.getPersistenceAwares()Gets all the metadatas for persistence-aware classes