SAIL-294: DAO refactoring - Ripping out Hibernate entity classes and refactor patches

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20753 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-06-22 13:44:03 +00:00
parent db40093488
commit 472fde8509
53 changed files with 420 additions and 7687 deletions

View File

@@ -33,7 +33,6 @@ import java.util.Stack;
import org.alfresco.error.AlfrescoRuntimeException;
import org.alfresco.model.ContentModel;
import org.alfresco.repo.domain.Node;
import org.alfresco.repo.domain.node.ChildAssocEntity;
import org.alfresco.repo.domain.node.NodeDAO;
import org.alfresco.repo.domain.node.NodeDAO.ChildAssocRefQueryCallback;
@@ -124,14 +123,6 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
this.nodeIndexer = nodeIndexer;
}
/**
* @deprecated the functionality did not see wide enough usage to warrant the maintenance
*/
public void setCascadeInTransaction(boolean cascadeInTransaction)
{
logger.warn("NodeService property 'cascadeInTransaction' is no longer available.");
}
/**
* Performs a null-safe get of the node
*
@@ -170,7 +161,7 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
}
/**
* @see NodeDaoService#getStores()
* {@inheritDoc}
*/
public List<StoreRef> getStores()
{