|
Project Wonder 5.0 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.webobjects.eoaccess.EOEntity
com.webobjects.eoaccess.ERXEntity
public class ERXEntity
ERXEntity provides a basic subclass of EOEntity providing a simple fix for vertical inheritance.
Note: If you plan on subclassing EOEntity or ERXEntity you MUST put your subclass in the same package if you want it to work. There are numerous default and protected instance methods within EOEntity itself that will fail to resolve at runtime if your subclass is in another package!
EOEntity| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ERXEntity()
Creates and returns a new ERXEntity. |
|
ERXEntity(NSDictionary plist,
Object owner)
Creates and returns a new EOEntity initialized from the property list plist belonging to the EOModel owner. |
|
| Method Summary | |
|---|---|
protected EOKeyGlobalID |
_globalIDWithoutTypeCoercion(Object[] values)
Overridden through our bottleneck. |
EOAttribute |
anyAttributeNamed(String name)
ldeck radar bug#6302622. |
boolean |
hasExternalName()
|
void |
setClassDescription(EOClassDescription classDescription)
Sets the class description for the instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ERXEntity()
public ERXEntity(NSDictionary plist,
Object owner)
plist - - A dictionary of property list values from which to initialize the new EOEntity object.owner - - The EOModel to which the newly created entity belongs.EOPropertyListEncoding.encodeIntoPropertyList(NSMutableDictionary propertyList),
EOPropertyListEncoding.awakeWithPropertyList(NSDictionary propertyList)| Method Detail |
|---|
public EOAttribute anyAttributeNamed(String name)
Relating two sub-entities in vertical inheritance can fail to resolve
the foreign key for inserts. i.e., NeededByEOF
anyAttributeNamed in class EOEntity
public boolean hasExternalName()
hasExternalName in class EOEntityEOEntity.hasExternalName()public void setClassDescription(EOClassDescription classDescription)
classDescription - - the EOClassDescription to associate with the receiver.protected EOKeyGlobalID _globalIDWithoutTypeCoercion(Object[] values)
_globalIDWithoutTypeCoercion in class EOEntity
|
Last updated: Wed, Feb 22, 2012 07:00 AM EST | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||