public interface LexGridSchemaVersionAwareDao
Modifier and Type | Interface and Description |
---|---|
static interface |
LexGridSchemaVersionAwareDao.IndividualDaoCallback<T>
The Interface IndividualDaoCallback.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
executeInTransaction(LexGridSchemaVersionAwareDao.IndividualDaoCallback<T> callback)
Execute in transaction.
|
boolean |
supportsLgSchemaVersion(LexGridSchemaVersion version)
Supports lg schema version.
|
boolean supportsLgSchemaVersion(LexGridSchemaVersion version)
version
- the version<T> T executeInTransaction(LexGridSchemaVersionAwareDao.IndividualDaoCallback<T> callback)
callback
- the callback