Package | Description |
---|---|
org.apache.openjpa.meta |
OpenJPA Metadata
This package provides an extendable framework for parsing and caching
persistence metadata.
|
Modifier and Type | Field and Description |
---|---|
protected static NonPersistentMetaData[] |
MetaDataRepository.EMPTY_NON_PERSISTENT |
Modifier and Type | Method and Description |
---|---|
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–2019 Apache Software Foundation. All rights reserved.