public interface PersistenceManager
| Modifier and Type | Field and Description |
|---|---|
static String |
NO_DATABASE |
static final String NO_DATABASE
boolean isLoaded()
void loadPersistenceInfos()
Collection<PropertyTableDefinition> createInitialPersistenceInfos(Collection<ComposedTypeRemote> types, boolean reinit)
PropertyTableDefinition getInitialPersistenceInfos(ComposedTypeRemote type, boolean reinit)
TypeInfoMap getPersistenceInfo(String typeCode)
TypeInfoMap getPersistenceInfo(PK typePK)
boolean cachesInfoFor(PK typePK)
ItemDeployment getItemDeployment(String beanOrJNDIName)
ItemDeployment getItemDeployment(int tc)
Collection<ItemDeployment> getAllSubDeployments(ItemDeployment depl)
String getJNDIName(int typeCode)
boolean isRootRelationType(String code)
Set<PK> getExternalTableTypes(PK typePK)
Set<Integer> getBeanTypeCodes(PK typePK)
Map<Integer,ItemDeployment> getDuplicatedItemDeployments()
Copyright © 2017 SAP SE. All Rights Reserved.