|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassDescriptor | |
com.sap.ip.me.api.persist.app | |
com.sap.ip.me.api.persist.core | |
com.sap.ip.me.api.persist.meta | |
com.sap.ip.me.api.persist.query |
Uses of ClassDescriptor in com.sap.ip.me.api.persist.app |
Methods in com.sap.ip.me.api.persist.app that return ClassDescriptor | |
ClassDescriptor |
PackagePersistenceMaster.getClassDescriptor(java.lang.String classtype)
Returns the descriptive information for a certain classtype |
Uses of ClassDescriptor in com.sap.ip.me.api.persist.core |
Methods in com.sap.ip.me.api.persist.core that return ClassDescriptor | |
abstract ClassDescriptor |
PersistenceRuntime.getClassDescriptor(java.lang.String classtype)
Gets the classDescriptor attribute of the PersistenceRuntime object |
Methods in com.sap.ip.me.api.persist.core with parameters of type ClassDescriptor | |
PersistableEntity |
PersistenceManager.get(ClassDescriptor cdes,
java.lang.String entityKey)
Returns the Entity for given Entity Key and ClassDescriptor |
MeIterator |
PersistenceManager.getAll(ClassDescriptor cdes)
Gets the all attribute of the PersistenceManager object |
void |
PersistenceManager.deleteAll(ClassDescriptor cdes,
TreeOptionType treeOption)
Deletes all Entities of the given ClassDescriptor |
PersistenceContainer |
PersistedObjectFactory.createPersistedObject(ClassDescriptor descripto,
java.lang.String key)
Creates an inital instance of PersistedObject with all the attributes and links null |
Uses of ClassDescriptor in com.sap.ip.me.api.persist.meta |
Methods in com.sap.ip.me.api.persist.meta that return ClassDescriptor | |
ClassDescriptor |
InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes,
LinkDescriptor[] links)
Deprecated. Description of the Method |
ClassDescriptor |
InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes,
LinkDescriptor[] links,
int keyLen)
Deprecated. |
ClassDescriptor |
InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes)
Deprecated. |
ClassDescriptor |
InternalDescriptorRuntime.createClassDescriptor(java.lang.String classtype,
LinkDescriptor[] links)
Deprecated. Description of the Method |
ClassDescriptor |
InternalDescriptorRuntime.getClassDescriptor(java.lang.String classtype)
Deprecated. Gets the classDescriptor attribute of the InternalDescriptorRuntime object |
abstract ClassDescriptor |
DescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes)
Creates an instance of ClassDescriptor without links. |
abstract ClassDescriptor |
DescriptorRuntime.createClassDescriptor(java.lang.String classtype,
LinkDescriptor[] links)
Deprecated. no usecase for this type |
abstract ClassDescriptor |
DescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] atts,
LinkDescriptor[] links,
int keyLen)
Creates an instance of ClassDescriptor. |
abstract ClassDescriptor |
DescriptorRuntime.createClassDescriptor(java.lang.String classtype,
AttributeDescriptor[] attributes,
LinkDescriptor[] links)
Creates an instance of ClassDescriptor. |
abstract ClassDescriptor |
DescriptorRuntime.getClassDescriptor(java.lang.String classtype)
Returns a ClassDescriptor instance for a defined classtype, if it is registered. |
Uses of ClassDescriptor in com.sap.ip.me.api.persist.query |
Methods in com.sap.ip.me.api.persist.query that return ClassDescriptor | |
ClassDescriptor |
JQueryAttribute.getClassDescriptor()
Get underlying persistence class descriptor. |
Methods in com.sap.ip.me.api.persist.query with parameters of type ClassDescriptor | |
abstract JQueryAttribute |
JQueryFactory.createAttribute(ClassDescriptor candidateClass,
AttributeDescriptor fieldName)
Create a query attribute. |
abstract JQueryAttribute |
JQueryFactory.createAttribute(ClassDescriptor candidateClass,
AttributeDescriptor fieldName,
java.lang.Object tag)
Create a query attribute. |
abstract JQueryLinkAttribute |
JQueryFactory.createAttribute(ClassDescriptor candidateClass,
LinkDescriptor fieldName)
Create a query attribute for links between tables. |
void |
Condition.prepareExecution(ClassDescriptor cdes)
For internal use only. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |