public interface DatastoreId
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getKeyAsObject()
Provides the identity in a form that can be used by the database as a key.
|
String |
getTargetClassName()
Accessor for the target class name for the persistable object this represents.
|
int |
hashCode() |
String |
toString()
Returns the string representation of the identity.
|
Object getKeyAsObject()
String getTargetClassName()
Copyright © 2019. All rights reserved.