mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Remote API exposure for benchmark client.
Benchmark client Note: - Loading types still need to be fleshed out - The content over RMI is weak, but sufficient for this use-case. - An all-round solution for RMI content serialization is needed for ContentReader and ContentWriter, probably using the RemotableInputStream, etc git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6783 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -492,4 +492,21 @@
|
||||
store.key.identifier = :storeIdentifier)
|
||||
</query>
|
||||
|
||||
<query name="node.GetNodeCount">
|
||||
select
|
||||
count(node.id)
|
||||
from
|
||||
org.alfresco.repo.domain.hibernate.NodeImpl as node
|
||||
</query>
|
||||
|
||||
<query name="node.GetNodeCountForStore">
|
||||
select
|
||||
count(node.id)
|
||||
from
|
||||
org.alfresco.repo.domain.hibernate.NodeImpl as node
|
||||
where
|
||||
node.store.key.protocol = :protocol and
|
||||
node.store.key.identifier = :identifier
|
||||
</query>
|
||||
|
||||
</hibernate-mapping>
|
||||
|
Reference in New Issue
Block a user