Improved DBBean logging, needs some more work

This commit is contained in:
Ziver Koc 2016-01-29 12:59:37 +01:00
parent 3f12f5cc45
commit 9108a4de20
4 changed files with 40 additions and 41 deletions

View file

@ -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);