mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Further QName fallout fixes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8447 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -549,10 +549,10 @@
|
||||
org.alfresco.repo.domain.hibernate.NodeImpl as node
|
||||
join node.properties prop
|
||||
where
|
||||
index(prop) = :propQName and
|
||||
prop.stringValue = :propStringValue and
|
||||
node.store.key.protocol = :protocol and
|
||||
node.store.key.identifier = :identifier
|
||||
node.store.key.protocol = :protocol and
|
||||
node.store.key.identifier = :identifier and
|
||||
index(prop) = :propQNameId and
|
||||
prop.stringValue = :propStringValue
|
||||
</query>
|
||||
|
||||
</hibernate-mapping>
|
||||
|
Reference in New Issue
Block a user