Uses of Class
org.granite.client.tide.data.EntityManager.UpdateKind

Packages that use EntityManager.UpdateKind
org.granite.client.tide.data   
 

Uses of EntityManager.UpdateKind in org.granite.client.tide.data
 

Methods in org.granite.client.tide.data that return EntityManager.UpdateKind
static EntityManager.UpdateKind EntityManager.UpdateKind.forName(String kind)
           
 EntityManager.UpdateKind EntityManager.Update.getKind()
           
static EntityManager.UpdateKind EntityManager.UpdateKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityManager.UpdateKind[] EntityManager.UpdateKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.granite.client.tide.data with parameters of type EntityManager.UpdateKind
EntityManager.Update(EntityManager.UpdateKind kind, Object entity)