| Modifier and Type | Method and Description |
|---|---|
static TypeInfoMap |
DirectPersistenceUtils.getInfoMapForType(String typeCode)
Returns TypeInfoMap object for given typeCode.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnPayload |
DirectPersistenceUtils.createColumnPayloadForProperty(String name,
Object value,
TypeInfoMap infoMap) |
| Modifier and Type | Method and Description |
|---|---|
TypeInfoMap |
SLDDataContainer.Builder.getTypeInfoMap() |
| Modifier and Type | Method and Description |
|---|---|
SLDDataContainer.Builder |
SLDDataContainer.Builder.withTypeInfoMap(TypeInfoMap typeInfoMap) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeInfoMap |
AbstractStoreStatementsBuilder.infoMap |
| Modifier and Type | Method and Description |
|---|---|
protected Map<ColumnPayload.TargetTableType,Set<ColumnPayload>> |
AbstractEntityStatementsBuilder.mergeDataBasePayload(Map<ColumnPayload.TargetTableType,Set<ColumnPayload>> result,
Set<PropertyHolder> payload,
TypeInfoMap infoMap) |
protected Map<ColumnPayload.TargetTableType,Set<ColumnPayload>> |
AbstractEntityStatementsBuilder.prepareDataBasePayload(Set<PropertyHolder> payload,
TypeInfoMap infoMap)
Reads passed set of property holders, converts them into ColumnPayload objects and classifies them per target tables
(item standard table, lp table and props table).
|
| Modifier and Type | Method and Description |
|---|---|
TypeInfoMap |
ExtensibleItemRemote.getTypeInfoMap() |
TypeInfoMap |
ExtensibleItemEJB.getTypeInfoMap() |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyAccess |
ExtensibleItemEJB.getPropertyAccessInternal(TypeInfoMap info,
int type,
PK langPK,
boolean forWriting,
String name) |
| Constructor and Description |
|---|
DefaultCachedTypeData(TypeInfoMap typeInfoMap) |
| Modifier and Type | Method and Description |
|---|---|
static TypeInfoMap |
RelationTypeHelper.getTypeInfoMap(String relationCode) |
| Modifier and Type | Method and Description |
|---|---|
TypeInfoMap |
MetaInformationEJB.getTypeInfoMap() |
| Modifier and Type | Field and Description |
|---|---|
static TypeInfoMap |
TypeInfoMap.EMPTY_INFOMAP |
protected TypeInfoMap |
ItemPropertyCacheKey.info |
| Modifier and Type | Method and Description |
|---|---|
TypeInfoMap |
DBPersistenceManager.getPersistenceInfo(PK typePK) |
TypeInfoMap |
PersistenceManager.getPersistenceInfo(PK typePK) |
TypeInfoMap |
DBPersistenceManager.getPersistenceInfo(String code)
Returns a TypeInfoMap instance for each composed type.
|
TypeInfoMap |
PersistenceManager.getPersistenceInfo(String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
static EJBPropertyRowCache |
PropertyJDBC.createProperties(TypeInfoMap infoMap,
PK itemPK,
PK typePK,
PK langPK,
long timestamp) |
static List<Object>[] |
PropertyJDBC.getChangeData(Connection con,
TypeInfoMap infoMap,
EJBPropertyRowCache prc,
boolean localized)
for a modified property cache this puts together the list of columns, values and value classes.
|
static List<Object>[] |
PropertyJDBC.getChangeData(TypeInfoMap infoMap,
EJBPropertyRowCache prc,
boolean localized)
for a modified property cache this puts together the list of columns, values and value classes.
|
static EJBPropertyRowCache |
PropertyJDBC.getProperties(TypeInfoMap infoMap,
PK itemPK,
PK typePK,
PK langPK,
long timestamp)
reads all unlocalized or localized properties of one language for a specified item in a property cache object.
|
static EJBPropertyRowCache |
PropertyJDBC.readPropertyRow(ResultSet rs,
PK itemPK,
PK itemTypePK,
PK langPK,
long timestamp,
TypeInfoMap infoMap) |
static void |
PropertyJDBC.updatePropertyTypePKs(TypeInfoMap infoMap,
PK itemPK,
PK newTypePK)
changes all property data rows of one item to the new type pk.
|
static void |
PropertyJDBC.writeProperties(EJBPropertyRowCache prc,
PK itemPK,
PK typePK,
TypeInfoMap infoMap,
boolean localized)
saves all changed properties of one property cache.
|
| Constructor and Description |
|---|
ItemLocalizedPropertyCacheKey(TypeInfoMap info,
PK langPK) |
ItemLocalizedPropertyCacheKey(TypeInfoMap info,
PK itemPK,
PK langPK)
clone constructor
|
ItemPropertyCacheKey(TypeInfoMap info) |
TypeInfoMap(TypeInfoMap original,
PK typePK,
PK superTypePK,
String code) |
| Modifier and Type | Method and Description |
|---|---|
TypeInfoMap |
YPersistenceManager.getPersistenceInfo(PK typePK) |
TypeInfoMap |
YPersistenceManager.getPersistenceInfo(String typeCode) |
protected TypeInfoMap |
YPersistenceManager.wrap(YComposedType t) |
Copyright © 2017 SAP SE. All Rights Reserved.