public abstract class AbstractCannedQueryDAOImpl extends Object implements CannedQueryDAO
CannedQueryDAO.ResultHandler<R>
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, wait
executeCountQuery, executeQuery, executeQuery, executeQueryUnique
protected 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–2017 Alfresco Software. All rights reserved.