Package | Description |
---|---|
com.bstek.dorado.data.entity | |
com.bstek.dorado.data.variant |
富类型变量相关的对象。
|
Modifier and Type | Method and Description |
---|---|
static EntityState |
EntityState.fromInt(int i) |
EntityState |
EntityEnhancer.getState() |
EntityState |
EntityWrapper.getState() |
static EntityState |
EntityUtils.getState(java.lang.Object entity) |
static EntityState |
EntityState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityState[] |
EntityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EntityState.isDirty(EntityState state) |
static boolean |
EntityState.isVisible(EntityState state) |
static boolean |
EntityState.isVisibleDirty(EntityState state) |
void |
EntityEnhancer.setState(EntityState state) |
void |
EntityWrapper.setState(EntityState state) |
static void |
EntityUtils.setState(java.lang.Object entity,
EntityState state) |
static int |
EntityState.toInt(EntityState state) |
Modifier and Type | Method and Description |
---|---|
EntityState |
Record.getState() |
Modifier and Type | Method and Description |
---|---|
void |
Record.setState(EntityState state) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.