
Public Member Functions | |
| Object | handleQueryWithUnboundKey (String key) |
| String | toString () |
| String | userPresentableDescription () |
| Object handleQueryWithUnboundKey | ( | String | key | ) |
| String toString | ( | ) |
Overrides the EOGenericRecord's implementation to provide a slightly less verbose output. A typical output for an object mapped to the class com.foo.User with a primary key of 50 would look like: <com.foo.User pk:"50"> EOGenericRecord's implementation is preserved in the method toLongString. To restore the original verbose logging in your subclasses override this method and return toLongString.
Reimplemented from ERXGenericRecord.
| String userPresentableDescription | ( | ) |
1.5.8