|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataEntityDAO
IDataEntityDAO Interface
Method Summary | |
---|---|
void |
delete(java.lang.String strKey)
Delete a record from the table |
void |
insert(DataEntity entity)
Insert a new record in the table. |
DataEntity |
load(java.lang.String strKey)
Load the data from the table |
java.util.List<DataEntity> |
selectEntitiesList()
Load the data of all entities and returns them as a List |
void |
store(DataEntity entity)
Update the record in the table |
Method Detail |
---|
void insert(DataEntity entity)
entity
- instance of the Entity object to insertvoid store(DataEntity entity)
entity
- the reference of the Entityvoid delete(java.lang.String strKey)
strKey
- The identifier of the Entity to deleteDataEntity load(java.lang.String strKey)
strKey
- The identifier of the property
java.util.List<DataEntity> selectEntitiesList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |