mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
A handful of tests of more arcane scenarios. Fixed issues as found.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@2975 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<property name="primaryIndirection"
|
||||
column="primary_indirection" type="boolean" />
|
||||
<!-- Map of names to DirectoryEntries. -->
|
||||
<map name="added" cascade="all">
|
||||
<map name="added" cascade="all" lazy="true">
|
||||
<cache usage="read-write"/>
|
||||
<key column="directory_id" />
|
||||
<map-key type="string" column="name" />
|
||||
@@ -109,7 +109,7 @@
|
||||
<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" fetch="join" lazy="true">
|
||||
<map name="children" cascade="all" lazy="true">
|
||||
<cache usage="read-write"/>
|
||||
<key column="directory_id"/>
|
||||
<map-key type="string" column="name"/>
|
||||
|
Reference in New Issue
Block a user