Removed unused SQL

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22058 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-08-29 20:32:24 +00:00
parent 0c0d440329
commit 8651121fce
2 changed files with 0 additions and 11 deletions

View File

@@ -637,16 +637,6 @@
-->
</select>
<select id="select_NodeAspectIds" parameterMap="parameter_Id" resultClass="java.lang.Long">
select
qname_id
from
alf_node_aspects
where
node_id = ?
</select>
<select id="select_NodesWithAspectId" parameterMap="parameter_NodesWithAspect" resultMap="result_NodeRef" >
select
node.id as id,

View File

@@ -94,7 +94,6 @@ public class NodeDAOImpl extends AbstractNodeDAOImpl
private static final String SELECT_NODE_ASPECTS = "alfresco.node.select_NodeAspects";
private static final String INSERT_NODE_PROPERTY = "alfresco.node.insert_NodeProperty";
private static final String UPDATE_PRIMARY_CHILDREN_SHARED_ACL = "alfresco.node.update_PrimaryChildrenSharedAcl";
private static final String SELECT_NODE_ASPECT_IDS = "alfresco.node.select_NodeAspectIds";
private static final String INSERT_NODE_ASPECT = "alfresco.node.insert_NodeAspect";
private static final String DELETE_NODE_ASPECTS = "alfresco.node.delete_NodeAspects";
private static final String DELETE_NODE_PROPERTIES = "alfresco.node.delete_NodeProperties";