|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.wotonomy.control.EOClassDescription
net.wotonomy.access.EOEntityClassDescription
public class EOEntityClassDescription
| Field Summary | |
|---|---|
protected EOEntity |
_entity
|
| Fields inherited from class net.wotonomy.control.EOClassDescription |
|---|
ClassDescriptionNeededForClassNotification, ClassDescriptionNeededForEntityNameNotification, DeleteRuleCascade, DeleteRuleDeny, DeleteRuleNoAction, DeleteRuleNullify, theClass |
| Constructor Summary | |
|---|---|
EOEntityClassDescription()
|
|
EOEntityClassDescription(EOEntity entity)
|
|
| Method Summary | |
|---|---|
net.wotonomy.foundation.NSArray |
allAttributeKeys()
|
net.wotonomy.foundation.NSArray |
allPropertyKeys()
|
net.wotonomy.foundation.NSArray |
allToManyRelationshipKeys()
|
net.wotonomy.foundation.NSArray |
allToOneRelationshipKeys()
|
net.wotonomy.foundation.NSArray |
attributeKeys()
Returns all attributes that correspond to columns in a database table. |
EOClassDescription |
classDescriptionForDestinationKey(java.lang.String key)
Returns the class decription for the object referenced by the specified relationship key, or null if the class description cannot be determined for that key. |
net.wotonomy.foundation.NSArray |
clientAttributeKeys()
|
net.wotonomy.foundation.NSArray |
clientToManyRelationshipKeys()
|
net.wotonomy.foundation.NSArray |
clientToOneRelationshipKeys()
|
java.lang.Object |
createInstanceWithEditingContext(EOEditingContext ec,
EOGlobalID gid)
Creates a new instance of the class represented by this class description, registering it with the specified editing context and global id. |
EOEntity |
entity()
|
java.lang.String |
entityName()
Returns a human-readable title for the class of objects that this class description represents. |
EOFetchSpecification |
fetchSpecificationNamed(java.lang.String name)
Returns the fetch specification associated with this class description that corresponds to the specified name, or null if not found. |
net.wotonomy.foundation.NSArray |
toManyRelationshipKeys()
Returns a List of the "to many" relationships for this class. |
net.wotonomy.foundation.NSArray |
toOneRelationshipKeys()
Returns a List of the "to one" relationships for this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EOEntity _entity
| Constructor Detail |
|---|
public EOEntityClassDescription()
public EOEntityClassDescription(EOEntity entity)
| Method Detail |
|---|
public net.wotonomy.foundation.NSArray allAttributeKeys()
public net.wotonomy.foundation.NSArray allPropertyKeys()
public net.wotonomy.foundation.NSArray allToManyRelationshipKeys()
public net.wotonomy.foundation.NSArray allToOneRelationshipKeys()
public net.wotonomy.foundation.NSArray attributeKeys()
attributeKeys in class EOClassDescriptionpublic EOClassDescription classDescriptionForDestinationKey(java.lang.String key)
EOClassDescription
classDescriptionForDestinationKey in class EOClassDescriptionpublic net.wotonomy.foundation.NSArray clientAttributeKeys()
public net.wotonomy.foundation.NSArray clientToManyRelationshipKeys()
public net.wotonomy.foundation.NSArray clientToOneRelationshipKeys()
public EOEntity entity()
public java.lang.String entityName()
EOClassDescription
entityName in class EOClassDescriptionpublic EOFetchSpecification fetchSpecificationNamed(java.lang.String name)
EOClassDescription
fetchSpecificationNamed in class EOClassDescriptionpublic net.wotonomy.foundation.NSArray toManyRelationshipKeys()
EOClassDescription
toManyRelationshipKeys in class EOClassDescriptionpublic net.wotonomy.foundation.NSArray toOneRelationshipKeys()
EOClassDescription
toOneRelationshipKeys in class EOClassDescription
public java.lang.Object createInstanceWithEditingContext(EOEditingContext ec,
EOGlobalID gid)
EOClassDescription
createInstanceWithEditingContext in class EOClassDescription
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||