|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanConfig | |
|---|---|
| org.mentabean | |
| Uses of BeanConfig in org.mentabean |
|---|
| Methods in org.mentabean that return BeanConfig | |
|---|---|
BeanConfig |
BeanManager.bean(BeanConfig bc)
Add a bean configuration. |
BeanConfig |
BeanManager.bean(Class<? extends Object> beanClass,
String tableName)
Creates a bean configuration and add to this manager. |
BeanConfig |
BeanConfig.field(String name,
DBType<? extends Object> type)
Add a database field for the given property with the given database type. |
BeanConfig |
BeanConfig.field(String name,
String dbName,
DBType<? extends Object> type)
Add a database field for the given property with the given database type. |
BeanConfig |
BeanManager.getBeanConfig(Class<? extends Object> beanClass)
Get the bean configuration for the given bean class. |
BeanConfig |
BeanConfig.pk(String name,
DBType<? extends Object> type)
Add a bean property that is the primary key in the database. |
BeanConfig |
BeanConfig.pk(String name,
String dbName,
DBType<? extends Object> type)
Add a property that is the primary key in the database. |
| Methods in org.mentabean with parameters of type BeanConfig | |
|---|---|
void |
BeanManager.addBeanConfig(BeanConfig bc)
Add a bean configuration. |
BeanConfig |
BeanManager.bean(BeanConfig bc)
Add a bean configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||