|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ERXGeneratesPrimaryKeyInterface
Enterprise objects that need to generate their own primary keys
should implement this interface. This interface works in conjunction
with the ERXDatabaseContextDelegate
.
Note that ERXGenericRecord
implements a default implementation
of this interface.
Method Summary | |
---|---|
com.webobjects.foundation.NSDictionary |
primaryKeyDictionary(boolean inTransaction)
This method is called by the ERXDatabaseContextDelegate when in the middle of a transaction. |
Method Detail |
---|
com.webobjects.foundation.NSDictionary primaryKeyDictionary(boolean inTransaction)
true
into the method. If the object
returns null
then a new primary key is generated.
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |