Package org.tamacat.dao.rdb.internal.impl

Examples of org.tamacat.dao.rdb.internal.impl.RdbDaoEventImpl


    protected Class<?> getCallerDaoClass() {
      return callerDao != null? callerDao : getClass();
    }
   
    RdbDaoEvent createRdbDaoEvent(String sql) {
      return new RdbDaoEventImpl(getCallerDaoClass(), sql);
    }
View Full Code Here


    RdbDaoEvent createRdbDaoEvent(String sql) {
      return new RdbDaoEventImpl(getCallerDaoClass(), sql);
    }
   
    RdbDaoEvent createRdbDaoEvent() {
      return new RdbDaoEventImpl(getCallerDaoClass());
    }
View Full Code Here

TOP

Related Classes of org.tamacat.dao.rdb.internal.impl.RdbDaoEventImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.