org.mentabean
Class AutoBeanConfig
java.lang.Object
org.mentabean.BeanConfig
org.mentabean.AutoBeanConfig
public class AutoBeanConfig
- extends BeanConfig
A bean config that uses reflection to try to guess the database column type from the bean properties.
- Author:
- soliveira
| Methods inherited from class org.mentabean.BeanConfig |
addSequenceName, field, field, field, field, fields, getAutoIncrementField, getBeanClass, getNumberOfFields, getNumberOfPKs, getSequenceField, getSequenceName, getTableName, hasPK, pk, pk, pk, pk, pks, remove, remove, seq, toString |
AutoBeanConfig
public AutoBeanConfig(Class<? extends Object> klass,
String tableName)
Copyright © 2012. All Rights Reserved.