|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeOptionType | |
com.sap.ip.me.api.persist.core |
Uses of TreeOptionType in com.sap.ip.me.api.persist.core |
Fields in com.sap.ip.me.api.persist.core declared as TreeOptionType | |
static TreeOptionType |
TreeOptionType.SKELETON
For persistence operations, only the entity itself is considered |
static TreeOptionType |
TreeOptionType.DEPENDENT
For persistence operations, only the entity itself is and linked dependent entities are considered |
static TreeOptionType |
TreeOptionType.COMPLETE
For persistence operations, the entity itself is and all linked entities are considered |
Methods in com.sap.ip.me.api.persist.core that return TreeOptionType | |
static TreeOptionType |
TreeOptionType.forInt(int intVal)
Description of the Method |
Methods in com.sap.ip.me.api.persist.core with parameters of type TreeOptionType | |
void |
TransactionManager.insert(Entity entity,
TreeOptionType treeOption)
Deprecated. Inserts an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.update(Entity entity,
TreeOptionType treeOption)
Deprecated. Inserts or modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.modify(Entity entity,
TreeOptionType treeOption)
Deprecated. Modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.insert(Entity[] entities,
TreeOptionType treeOption)
Deprecated. Inserts an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.update(Entity[] entities,
TreeOptionType treeOption)
Deprecated. Inserts or modifies an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
TransactionManager.modify(Entity[] entities,
TreeOptionType treeOption)
Deprecated. Modifies an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
Entity |
TransactionManager.get(java.lang.String entityKey,
TreeOptionType tree)
Deprecated. Use get(String type, String key) |
MeIterator |
TransactionManager.get(java.lang.String[] entityKeys,
TreeOptionType tree)
Deprecated. |
MeIterator |
TransactionManager.get(Query query,
TreeOptionType tree)
Deprecated. returns all entities for the query |
MeIterator |
TransactionManager.getAll(java.lang.String classtype,
TreeOptionType tree)
Deprecated. returns all entities for the classtype |
void |
TransactionManager.delete(Entity entity,
TreeOptionType treeOption)
Deprecated. deletes the given entity and dependent of the parameter treeOption the associated entities. |
void |
TransactionManager.delete(java.lang.String key,
TreeOptionType treeOption)
Deprecated. |
void |
TransactionManager.delete(java.lang.String[] key,
TreeOptionType treeOption)
Deprecated. |
void |
TransactionManager.deleteAll(java.lang.String classtype,
TreeOptionType treeOption)
Deprecated. Deletes all entities for a classtype. |
void |
PersistenceManager.insert(PersistableEntity entity,
TreeOptionType treeOption)
Description of the Method |
void |
PersistenceManager.update(PersistableEntity entity,
TreeOptionType treeOption)
Inserts or modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
PersistenceManager.modify(PersistableEntity entity,
TreeOptionType treeOption)
Modifies an entity instance and all belonging instances, depending on TreeOptionType and Entity dependencies. |
void |
PersistenceManager.delete(PersistableEntity entity,
TreeOptionType treeOption)
Deletes the given entity and dependent of the parameter treeOption the associated entities. |
void |
PersistenceManager.deleteAll(ClassDescriptor cdes,
TreeOptionType treeOption)
Deletes all Entities of the given ClassDescriptor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |