com.liferay.portal.service.persistence.impl
Class CachelessTableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>
java.lang.Object
com.liferay.portal.service.persistence.impl.TableMapperImpl<L,R>
com.liferay.portal.service.persistence.impl.CachelessTableMapperImpl<L,R>
- All Implemented Interfaces:
- TableMapper<L,R>
public class CachelessTableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>
- extends TableMapperImpl<L,R>
| Fields inherited from class com.liferay.portal.service.persistence.impl.TableMapperImpl |
addTableMappingSqlUpdate, deleteLeftPrimaryKeyTableMappingsSqlUpdate, deleteRightPrimaryKeyTableMappingsSqlUpdate, deleteTableMappingSqlUpdate, getLeftPrimaryKeysSqlQuery, getRightPrimaryKeysSqlQuery, leftBasePersistence, leftColumnName, leftToRightPortalCache, reverseTableMapper, rightBasePersistence, rightColumnName, rightToLeftPortalCache |
|
Method Summary |
protected boolean |
containsTableMapping(long leftPrimaryKey,
long rightPrimaryKey,
boolean updateCache)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.TableMapperImpl |
addTableMapping, containsTableMapping, deleteLeftPrimaryKeyTableMappings, deleteRightPrimaryKeyTableMappings, deleteTableMapping, deleteTableMappings, destroy, getBaseModels, getLeftBaseModels, getLeftPrimaryKeys, getPrimaryKeys, getReverseTableMapper, getRightBaseModels, getRightPrimaryKeys, matches, setReverseTableMapper |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTableMappingSqlQuery
protected final MappingSqlQuery<Integer> getTableMappingSqlQuery
CachelessTableMapperImpl
public CachelessTableMapperImpl(String tableName,
String companyColumnName,
String leftColumnName,
String rightColumnName,
BasePersistence<L> leftBasePersistence,
BasePersistence<R> rightBasePersistence)
containsTableMapping
protected boolean containsTableMapping(long leftPrimaryKey,
long rightPrimaryKey,
boolean updateCache)
- Overrides:
containsTableMapping in class TableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>