mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.2 to HEAD
10963: Merged DEV/LARGE_COLLECTION_PROPERTIES_2.2.1 to V2.2 - PersonService: Lucene removal - Lucene optimizations (in progress) - Multi-valued and locale-specific properties persisted in alf_node_properties - Removal of unused AVM tables 10987: Oracle dialects and enhanced SQL patch support - Only support Alfresco's 9i and 10g dialects (with auto-switching) - SQL script patches can now apply selectively to ranges 11007: Test to check cached retrieval of QNames git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11206 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -74,21 +74,11 @@ public class AVMDAOs
|
||||
*/
|
||||
public MergeLinkDAO fMergeLinkDAO;
|
||||
|
||||
/**
|
||||
* The AVMNodePropertyDAO
|
||||
*/
|
||||
public AVMNodePropertyDAO fAVMNodePropertyDAO;
|
||||
|
||||
/**
|
||||
* The AVMStorePropertyDAO
|
||||
*/
|
||||
public AVMStorePropertyDAO fAVMStorePropertyDAO;
|
||||
|
||||
/**
|
||||
* The AVMAspectNameDAO
|
||||
*/
|
||||
public AVMAspectNameDAO fAVMAspectNameDAO;
|
||||
|
||||
public AttributeDAO fAttributeDAO;
|
||||
|
||||
public MapEntryDAO fMapEntryDAO;
|
||||
@@ -160,21 +150,11 @@ public class AVMDAOs
|
||||
fIssuerDAO = issuerDAO;
|
||||
}
|
||||
|
||||
public void setAvmNodePropertyDAO(AVMNodePropertyDAO avmNodePropertyDAO)
|
||||
{
|
||||
fAVMNodePropertyDAO = avmNodePropertyDAO;
|
||||
}
|
||||
|
||||
public void setAvmStorePropertyDAO(AVMStorePropertyDAO avmStorePropertyDAO)
|
||||
{
|
||||
fAVMStorePropertyDAO = avmStorePropertyDAO;
|
||||
}
|
||||
|
||||
public void setAvmAspectNameDAO(AVMAspectNameDAO avmAspectNameDAO)
|
||||
{
|
||||
fAVMAspectNameDAO = avmAspectNameDAO;
|
||||
}
|
||||
|
||||
public void setAttributeDAO(AttributeDAO dao)
|
||||
{
|
||||
fAttributeDAO = dao;
|
||||
|
Reference in New Issue
Block a user