public interface MentaBean
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Attempt to delete a bean from the database.
|
BeanSession |
getBeanSession()
Return the bean session being used by this MentaBean.
|
void |
insert()
Attempt to insert a bean in the database.
|
boolean |
load()
Attempt to load the bean properties from the database.
|
int |
save(Object... forceNull)
Attempt to save a bean in 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.
|
void insert()
boolean load()
boolean update()
boolean updateAll()
boolean delete()
int save(Object... forceNull)
BeanSession.save(Object, Object...)BeanSession getBeanSession()
Copyright © 2016. All Rights Reserved.