Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
DBRecordBase.State |
DBRecordBase.getState()
Returns the record state.
|
static DBRecordBase.State |
DBRecordBase.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBRecordBase.State[] |
DBRecordBase.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBRecordBase.changeState(DBRecordBase.State newState)
changes the state of the record
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.