Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.impl.TableMapper

Packages that use TableMapper
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of TableMapper in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement TableMapper
 class CachelessTableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>
           
 class ReverseTableMapper<L extends BaseModel<L>,R extends BaseModel<R>>
           
 class TableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>
           
 

Fields in com.liferay.portal.service.persistence.impl declared as TableMapper
protected  TableMapper<R,L> TableMapperImpl.reverseTableMapper
           
 

Fields in com.liferay.portal.service.persistence.impl with type parameters of type TableMapper
protected static Map<String,TableMapper<?,?>> TableMapperFactory.tableMappers
           
 

Methods in com.liferay.portal.service.persistence.impl that return TableMapper
 TableMapper<R,L> TableMapperImpl.getReverseTableMapper()
           
 TableMapper<R,L> TableMapper.getReverseTableMapper()
           
 TableMapper<R,L> ReverseTableMapper.getReverseTableMapper()
           
static
<L extends BaseModel<L>,R extends BaseModel<R>>
TableMapper<L,R>
TableMapperFactory.getTableMapper(String tableName, String companyColumnName, String leftColumnName, String rightColumnName, BasePersistence<L> leftPersistence, BasePersistence<R> rightPersistence)
           
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type TableMapper
 void TableMapperImpl.setReverseTableMapper(TableMapper<R,L> reverseTableMapper)
           
 

Constructors in com.liferay.portal.service.persistence.impl with parameters of type TableMapper
ReverseTableMapper(TableMapper<R,L> tableMapper)
           
 


Liferay 7.0-ce-b4