Merged V3.2 to HEAD

19246: ALF-1940 - case-insensitive AVM path lookups fail on a DB that is (configured by default to be) case-sensitive
    19280: AVM - preserve case on child lookup, add unit tests
    19316: AVM - fix rename (change in 'case') & add unit tests (ALF-1725 & ALF-1767)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19337 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2010-03-17 11:26:46 +00:00
parent 733cd6e02d
commit 0f0d7a2fe0
18 changed files with 680 additions and 180 deletions

View File

@@ -64,10 +64,10 @@ public interface ChildEntryDAO
public List<ChildEntry> getByChild(AVMNode child);
/**
* Update a dirty ChildEntry.
* @param child The dirty entry.
* Rename a child entry (specific rename 'case' only)
* @param child The one to rename.
*/
public void update(ChildEntry child);
public void rename(ChildKey key, String newName);
/**
* Delete one.