P
- the entity typepublic interface EntityProxyId<P extends EntityProxy>
EntityProxy
that remains stable across
updates, creates, deletes on the client.
In particular, an EntityProxy
foo that is yet to be persisted and a
copy of foo after being persisted have equal EntityProxyId
.
Modifier and Type | Method and Description |
---|---|
java.lang.Class<P> |
getProxyClass()
Returns the class of the proxy identified.
|
java.lang.Class<P> getProxyClass()