Uses of Interface
org.alfresco.repo.domain.control.ControlDAO
-
-
Uses of ControlDAO in org.alfresco.repo.cache.lookup
Methods in org.alfresco.repo.cache.lookup with parameters of type ControlDAO Modifier and Type Method 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 toEntityLookupCache.getOrCreateByValue(Object), which assumes the entity's existence: in this case the entity is assumed to NOT exist. -
Uses of ControlDAO in org.alfresco.repo.domain.contentdata
Fields in org.alfresco.repo.domain.contentdata declared as ControlDAO Modifier and Type Field Description protected ControlDAOAbstractContentDataDAOImpl. controlDAOMethods in org.alfresco.repo.domain.contentdata with parameters of type ControlDAO Modifier and Type Method Description voidAbstractContentDataDAOImpl. setControlDAO(ControlDAO controlDAO) -
Uses of ControlDAO in org.alfresco.repo.domain.control
Classes in org.alfresco.repo.domain.control that implement ControlDAO Modifier and Type Class Description classAbstractControlDAOImplAbstract implementation for connection controlling DAO. -
Uses of ControlDAO in org.alfresco.repo.domain.control.ibatis
Classes in org.alfresco.repo.domain.control.ibatis that implement ControlDAO Modifier and Type Class Description classControlDAOImpliBatis-specific, DB-agnostic implementation for connection controlling DAO.static classControlDAOImpl.PostgreSQLPostgreSQL-specific implementation for control DAO. -
Uses of ControlDAO in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node with parameters of type ControlDAO Modifier and Type Method Description voidAbstractNodeDAOImpl. setControlDAO(ControlDAO controlDAO) -
Uses of ControlDAO in org.alfresco.repo.domain.propval
Fields in org.alfresco.repo.domain.propval declared as ControlDAO Modifier and Type Field Description protected ControlDAOAbstractPropertyValueDAOImpl. controlDAOMethods in org.alfresco.repo.domain.propval with parameters of type ControlDAO Modifier and Type Method Description voidAbstractPropertyValueDAOImpl. setControlDAO(ControlDAO controlDAO) -
Uses of ControlDAO in org.alfresco.repo.domain.query
Fields in org.alfresco.repo.domain.query declared as ControlDAO Modifier and Type Field Description protected ControlDAOAbstractCannedQueryDAOImpl. controlDAOMethods in org.alfresco.repo.domain.query with parameters of type ControlDAO Modifier and Type Method Description voidAbstractCannedQueryDAOImpl. setControlDAO(ControlDAO controlDAO)
-