Uses of Class
org.apache.openjpa.meta.NonPersistentMetaData
-
Uses of NonPersistentMetaData in org.apache.openjpa.meta
Modifier and TypeFieldDescriptionprotected static final NonPersistentMetaData[]
MetaDataRepository.EMPTY_NON_PERSISTENT
Modifier 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