|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MentaBean
The functionality of a MentaBean, in other words, the methods you can call on a mentabean to perform database operations like insert, load, reload, save, update and delete.
| Method Summary | |
|---|---|
boolean |
delete()
Attempt to delete a bean from the database. |
BeanSession |
getBeanSession()
Return the bean session being used by this menta bean. |
void |
insert()
Attempt to insert a bean to the database. |
boolean |
load()
Attempt to load the bean properties from the database. |
boolean |
update()
Attempt to update the bean properties in the database. |
boolean |
updateAll()
Attempt to update ALL the bean properties in the database, not just the ones that have been changed. |
| Method Detail |
|---|
void insert()
boolean load()
boolean update()
boolean updateAll()
boolean delete()
BeanSession getBeanSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||