public static class DataContext.EntityUpdate extends Object implements Comparable<DataContext.EntityUpdate>
| Modifier and Type | Field and Description |
|---|---|
Object |
entity |
int |
priority |
DataContext.EntityUpdateType |
type |
| Constructor and Description |
|---|
DataContext.EntityUpdate(DataContext.EntityUpdateType type,
Object entity,
int priority) |
public DataContext.EntityUpdateType type
public int priority
public DataContext.EntityUpdate(DataContext.EntityUpdateType type, Object entity, int priority)
public int compareTo(DataContext.EntityUpdate u)
compareTo in interface Comparable<DataContext.EntityUpdate>