|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserInfoDao
An interface for the persistence of UserInfo model objects.
| Method Summary | |
|---|---|
boolean |
hasUserInfos()
Determines whether or not UserInfo objects are currently available. |
void |
truncate()
Truncates the datastore. |
void |
validate(boolean establish)
Validates the underlying datastore. |
| Methods inherited from interface com.terracotta.management.dao.GenericDao |
|---|
create, createOrUpdate, delete, evict, flush, getById |
| Method Detail |
|---|
boolean hasUserInfos()
throws DataAccessException
UserInfo objects are currently available.
UserInfo objects are available, false if not
DataAccessException - if the store cannot be accessed to make the determination
void truncate()
throws DataAccessException
DataAccessException - if the store cannot be truncated
void validate(boolean establish)
throws DataAccessException,
DatastoreNotFoundException
establish - a boolean value indicating whether or not an attempt should be made to try and setup the
underlying datastore for UserInfo objects if it doesn't already exist. If true, the store
will be established if possible in the event that validation fails.
DataAccessException - if the could not be established
DatastoreNotFoundException - if the store cannot be validated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||