mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Updates of root (unshared) properties are done via EntityLookupCache
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16269 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -30,6 +30,7 @@ import java.util.List;
|
||||
|
||||
import org.alfresco.repo.domain.CrcHelper;
|
||||
import org.alfresco.util.Pair;
|
||||
import org.springframework.dao.DataIntegrityViolationException;
|
||||
|
||||
/**
|
||||
* DAO services for <b>alf_prop_XXX</b> tables.
|
||||
@@ -184,6 +185,7 @@ public interface PropertyValueDAO
|
||||
*
|
||||
* @param id the ID (may not be <tt>null</tt>)
|
||||
* @return Returns the value of the property (never <tt>null</tt>)
|
||||
* @throws DataIntegrityViolationException if the ID is invalid
|
||||
*/
|
||||
Serializable getPropertyById(Long id);
|
||||
/**
|
||||
|
Reference in New Issue
Block a user