Modifier and Type | Method and Description |
---|---|
void |
LinkNodeFileExtensionPatch.setControlDAO(ControlDAO controlDAO) |
Modifier and Type | Method and Description |
---|---|
org.alfresco.util.Pair<K,V> |
EntityLookupCache.createOrGetByValue(V value,
ControlDAO controlDAO)
Attempt to create the entity and, failing that, look it up.
This method takes the opposite approach to EntityLookupCache.getOrCreateByValue(Object) , which assumes the entity's
existence: in this case the entity is assumed to NOT exist. |
Modifier and Type | Field and Description |
---|---|
protected ControlDAO |
AbstractContentDataDAOImpl.controlDAO |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContentDataDAOImpl.setControlDAO(ControlDAO controlDAO) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractControlDAOImpl
Abstract implementation for connection controlling DAO.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlDAOImpl
iBatis-specific, DB-agnostic implementation for connection controlling DAO.
|
static class |
ControlDAOImpl.PostgreSQL
PostgreSQL-specific implementation for control DAO.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNodeDAOImpl.setControlDAO(ControlDAO controlDAO) |
Modifier and Type | Field and Description |
---|---|
protected ControlDAO |
AbstractPropertyValueDAOImpl.controlDAO |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPropertyValueDAOImpl.setControlDAO(ControlDAO controlDAO) |
Modifier and Type | Field and Description |
---|---|
protected ControlDAO |
AbstractCannedQueryDAOImpl.controlDAO |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCannedQueryDAOImpl.setControlDAO(ControlDAO controlDAO) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.