Uses of Class
org.mentabean.BeanConfig

Packages that use BeanConfig
org.mentabean   
 

Uses of BeanConfig in org.mentabean
 

Subclasses of BeanConfig in org.mentabean
 class AutoBeanConfig
          A bean config that uses reflection to try to guess the database column type from the bean properties.
 

Methods in org.mentabean that return BeanConfig
 BeanConfig BeanConfig.addSequenceName(String seqNameInDb)
          Add the sequence name *in the database* that will be used for this field.
 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(Object propValueFromGetter, DBType<? extends Object> type)
           
 BeanConfig BeanConfig.field(Object propValueFromGetter, String dbName, DBType<? extends Object> type)
           
 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(Object propValueFromGetter, DBType<? extends Object> type)
           
 BeanConfig BeanConfig.pk(Object propValueFromGetter, String dbName, DBType<? extends Object> type)
           
 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.
 BeanConfig BeanConfig.remove(Object propValueFromGetter)
           
 BeanConfig BeanConfig.remove(String name)
           
 BeanConfig BeanConfig.seq(String seqNameInDb)
          Alias for method addSequence
 

Methods in org.mentabean that return types with arguments of type BeanConfig
 Set<BeanConfig> BeanManager.getBeanConfigs()
           
 

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.
 



Copyright © 2012. All Rights Reserved.