Uses of Interface
org.alfresco.repo.domain.control.ControlDAO
Packages that use ControlDAO
Package
Description
-
Uses of ControlDAO in org.alfresco.repo.cache.lookup
Methods in org.alfresco.repo.cache.lookup with parameters of type ControlDAOModifier and TypeMethodDescriptionEntityLookupCache.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 ControlDAOMethods in org.alfresco.repo.domain.contentdata with parameters of type ControlDAOModifier and TypeMethodDescriptionvoidAbstractContentDataDAOImpl.setControlDAO(ControlDAO controlDAO) -
Uses of ControlDAO in org.alfresco.repo.domain.control
Classes in org.alfresco.repo.domain.control that implement ControlDAOModifier and TypeClassDescriptionclassAbstract 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 ControlDAOModifier and TypeClassDescriptionclassiBatis-specific, DB-agnostic implementation for connection controlling DAO.static classPostgreSQL-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 -
Uses of ControlDAO in org.alfresco.repo.domain.propval
Fields in org.alfresco.repo.domain.propval declared as ControlDAOMethods in org.alfresco.repo.domain.propval with parameters of type ControlDAOModifier and TypeMethodDescriptionvoidAbstractPropertyValueDAOImpl.setControlDAO(ControlDAO controlDAO) -
Uses of ControlDAO in org.alfresco.repo.domain.query
Fields in org.alfresco.repo.domain.query declared as ControlDAOMethods in org.alfresco.repo.domain.query with parameters of type ControlDAOModifier and TypeMethodDescriptionvoidAbstractCannedQueryDAOImpl.setControlDAO(ControlDAO controlDAO)