Examples of RdbDaoEventImpl


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

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

    RdbDaoEvent createRdbDaoEvent(String sql) {
      return new RdbDaoEventImpl(getCallerDaoClass(), sql);
    }
   
    RdbDaoEvent createRdbDaoEvent() {
      return new RdbDaoEventImpl(getCallerDaoClass());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.