Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.core.storage.sql.coremodel | |
org.nuxeo.ecm.core.storage.sql.jdbc |
Modifier and Type | Method and Description |
---|---|
protected ACLRow[] |
UnifiedCachingRowMapper.sortACLRows(ACLRow[] acls) |
protected ACLRow[] |
SoftRefCachingRowMapper.sortACLRows(ACLRow[] acls) |
Modifier and Type | Method and Description |
---|---|
int |
ACLRow.ACLRowPositionComparator.compare(ACLRow acl1,
ACLRow acl2) |
protected ACLRow[] |
UnifiedCachingRowMapper.sortACLRows(ACLRow[] acls) |
protected ACLRow[] |
SoftRefCachingRowMapper.sortACLRows(ACLRow[] acls) |
Modifier and Type | Method and Description |
---|---|
protected static ACLRow[] |
SQLSession.acpToAclRows(ACP acp) |
protected static ACLRow[] |
SQLSession.updateAclRows(ACLRow[] aclrows,
ACP acp) |
Modifier and Type | Method and Description |
---|---|
protected static ACP |
SQLSession.aclRowsToACP(ACLRow[] acls) |
protected static String |
SQLSession.getACLrowKey(ACLRow aclrow)
Key to distinguish ACLRows
|
protected static ACLRow[] |
SQLSession.updateAclRows(ACLRow[] aclrows,
ACP acp) |
Modifier and Type | Method and Description |
---|---|
protected static void |
SQLSession.addACLRow(List<ACLRow> aclrows,
String name,
ACE ace) |
Modifier and Type | Method and Description |
---|---|
ACLRow |
ACLCollectionIO.getCurrentFromResultSet(ResultSet rs,
List<Column> columns,
Model model,
Serializable[] returnId,
int[] returnPos) |
Copyright © 2017 Nuxeo. All rights reserved.