public class BeanManager extends Object
| Constructor and Description |
|---|
BeanManager() |
BeanManager(PropertiesProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBeanConfig(BeanConfig bc)
Add a bean configuration.
|
BeanConfig |
bean(BeanConfig bc)
Add a bean configuration.
|
BeanConfig |
bean(Class<? extends Object> beanClass,
String tableName)
Creates a bean configuration and add to this manager.
|
BeanConfig |
getBeanConfig(Class<? extends Object> beanClass)
Get the bean configuration for the given bean class.
|
Set<BeanConfig> |
getBeanConfigs() |
public BeanManager(PropertiesProxy proxy)
public BeanManager()
public BeanConfig bean(BeanConfig bc)
bc - The bean configuration to add.public void addBeanConfig(BeanConfig bc)
bc - The bean configuration to add.public BeanConfig bean(Class<? extends Object> beanClass, String tableName)
beanClass - The bean classtableName - The table name where the bean properties will be stored.public BeanConfig getBeanConfig(Class<? extends Object> beanClass)
beanClass - The bean classpublic Set<BeanConfig> getBeanConfigs()
Copyright © 2016. All Rights Reserved.