public abstract class AbstractCannedQueryDAOImpl extends java.lang.Object implements CannedQueryDAO
CannedQueryDAO.ResultHandler| Modifier and Type | Field and Description |
|---|---|
protected ControlDAO |
controlDAO |
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
AbstractCannedQueryDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Checks that properties have been set
|
void |
setControlDAO(ControlDAO controlDAO) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteCountQuery, executeQuery, executeQuery, executeQueryUniqueprotected org.apache.commons.logging.Log logger
protected ControlDAO controlDAO
public void setControlDAO(ControlDAO controlDAO)
controlDAO - the DAO that allows controlled rollback, if requiredpublic void init()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.