| java.lang.Object org.xorm.ObjectId
ObjectId | public class ObjectId implements Serializable(Code) | | The shared ObjectId class used to represent datastore identity.
|
Method Summary | |
public boolean | equals(Object o) | public String | toString() Returns the String representation of this ObjectId,
which is simply getId().toString() with a null check. |
ObjectId | public ObjectId()(Code) | | |
ObjectId | public ObjectId(Class mappedClass, Object id)(Code) | | Constructs a new ObjectId for the given class and argument.
|
toString | public String toString()(Code) | | Returns the String representation of this ObjectId,
which is simply getId().toString() with a null check.
This value can later be used with PersistenceManager.
newObjectIdInstance().
|
|
|