org.jboss.errai.jpa.sync.client.shared
Class UpdateResponse<X>
java.lang.Object
org.jboss.errai.jpa.sync.client.shared.SyncResponse<X>
org.jboss.errai.jpa.sync.client.shared.UpdateResponse<X>
- Type Parameters:
X
- the entity type
@Portable
public class UpdateResponse<X>
- extends SyncResponse<X>
Sync response that indicates that the given entity has been modified since
the last sync response.
- Author:
- Jonathan Fuerth
UpdateResponse
public UpdateResponse(X entity)
getEntity
public X getEntity()
- Returns the entity that was updated.
- Returns:
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.