Package org.apache.cayenne.lifecycle.id
Class EntityIdCoder
java.lang.Object
org.apache.cayenne.lifecycle.id.EntityIdCoder
An object to encode/decode ObjectIds for a single mapped entity.
- Since:
- 3.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetEntityName(String id) toObjectId(String stringId) toStringId(ObjectId id) Returns a consistent String representation of the ObjectId
-
Constructor Details
-
EntityIdCoder
-
-
Method Details
-
getEntityName
-
toStringId
Returns a consistent String representation of the ObjectId -
toObjectId
-