|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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
|
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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||