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(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.
 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.