Uses of Interface
org.alfresco.ibatis.BatchingDAO
-
Packages that use BatchingDAO Package Description org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis org.alfresco.repo.domain.patch org.alfresco.repo.domain.patch.ibatis -
-
Uses of BatchingDAO in org.alfresco.repo.domain.node
Classes in org.alfresco.repo.domain.node that implement BatchingDAO Modifier and Type Class Description classAbstractNodeDAOImplAbstract implementation for Node DAO. -
Uses of BatchingDAO in org.alfresco.repo.domain.node.ibatis
Classes in org.alfresco.repo.domain.node.ibatis that implement BatchingDAO Modifier and Type Class Description classNodeDAOImpliBatis-specific extension of the Node abstract DAOstatic classNodeDAOImpl.MSSQLMSSQL requires some overrides to handle specific behaviour.static classNodeDAOImpl.MySQLMySQL (InnoDB) specific DAO overridesstatic classNodeDAOImpl.MySQLClusterNDBMySQL Cluster NDB specific DAO overrides WARNING: Experimental/unsupported - see MySQLClusterNDBDialect ! -
Uses of BatchingDAO in org.alfresco.repo.domain.patch
Classes in org.alfresco.repo.domain.patch that implement BatchingDAO Modifier and Type Class Description classAbstractPatchDAOImplAbstract implementation for Patch DAO. -
Uses of BatchingDAO in org.alfresco.repo.domain.patch.ibatis
Classes in org.alfresco.repo.domain.patch.ibatis that implement BatchingDAO Modifier and Type Class Description classPatchDAOImpliBatis-specific implementation of the PatchDAO.static classPatchDAOImpl.OracleOracle-specific DAOstatic classPatchDAOImpl.PostgreSQLPostgreSQL-specific DAO
-