mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -637,16 +637,6 @@
|
|||||||
-->
|
-->
|
||||||
</select>
|
</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 id="select_NodesWithAspectId" parameterMap="parameter_NodesWithAspect" resultMap="result_NodeRef" >
|
||||||
select
|
select
|
||||||
node.id as id,
|
node.id as id,
|
||||||
|
@@ -94,7 +94,6 @@ public class NodeDAOImpl extends AbstractNodeDAOImpl
|
|||||||
private static final String SELECT_NODE_ASPECTS = "alfresco.node.select_NodeAspects";
|
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 INSERT_NODE_PROPERTY = "alfresco.node.insert_NodeProperty";
|
||||||
private static final String UPDATE_PRIMARY_CHILDREN_SHARED_ACL = "alfresco.node.update_PrimaryChildrenSharedAcl";
|
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 INSERT_NODE_ASPECT = "alfresco.node.insert_NodeAspect";
|
||||||
private static final String DELETE_NODE_ASPECTS = "alfresco.node.delete_NodeAspects";
|
private static final String DELETE_NODE_ASPECTS = "alfresco.node.delete_NodeAspects";
|
||||||
private static final String DELETE_NODE_PROPERTIES = "alfresco.node.delete_NodeProperties";
|
private static final String DELETE_NODE_PROPERTIES = "alfresco.node.delete_NodeProperties";
|
||||||
|
Reference in New Issue
Block a user