Changed DBBean from timestamp to WeakReference GBC
This commit is contained in:
parent
3da5abab98
commit
08b9da1d69
2 changed files with 35 additions and 44 deletions
|
|
@ -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 /////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue