Added a sanity performance test.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@2941 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-05-23 00:05:50 +00:00
parent bd0752eb4a
commit 7440ae18a6
4 changed files with 41 additions and 9 deletions

View File

@@ -109,10 +109,10 @@
<property name="isRoot" column="is_root" type="boolean" />
<!-- A map of names to DirectoryEntries. In the AVM world, it makes sense
that nodes don't know there own names, only their containers do. -->
<map name="children" cascade="all">
<map name="children" cascade="all" fetch="join" lazy="true">
<cache usage="read-write"/>
<key column="directory_id" />
<map-key type="string" column="name" />
<key column="directory_id"/>
<map-key type="string" column="name"/>
<composite-element
class="DirectoryEntry">
<property name="type" type="int"