Improved DBBean logging, needs some more work
This commit is contained in:
parent
3f12f5cc45
commit
9108a4de20
4 changed files with 40 additions and 41 deletions
|
|
@ -44,7 +44,7 @@ class DBBeanConfig{
|
|||
* Caches the fields
|
||||
*/
|
||||
private static void initBeanConfig(Class<? extends DBBean> c){
|
||||
logger.fine("Initiating new DBBeanConfig( "+c.getName()+" )");
|
||||
logger.fine("Initiating new BeanConfig( "+c.getName()+" )");
|
||||
DBBeanConfig config = new DBBeanConfig();
|
||||
// Find the table name
|
||||
DBBean.DBTable tableAnn = c.getAnnotation(DBBean.DBTable.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue