Changed DBBean from timestamp to WeakReference GBC

This commit is contained in:
Ziver Koc 2016-02-14 17:06:31 +01:00
parent 3da5abab98
commit 08b9da1d69
2 changed files with 35 additions and 44 deletions

View file

@ -447,14 +447,6 @@ public abstract class DBBean {
return id;
}
/**
* This function cancels the internal cache garbage collector in DBBean
*/
public static void enableBeanGBC(boolean enable){
DBBeanSQLResultHandler.enableBeanGBC(enable);
}
////////////////// EXTENDABLE METHODS /////////////////////////