|
Liferay 7.0-ce-a3 | |||||||||
| 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. |
| com.liferay.portlet.asset.service.persistence.impl | |
| com.liferay.portlet.documentlibrary.service.persistence.impl | |
| com.liferay.portlet.softwarecatalog.service.persistence.impl | |
| Uses of TableMapper in com.liferay.portal.service.persistence.impl |
|---|
| 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)
|
|
| Uses of TableMapper in com.liferay.portlet.asset.service.persistence.impl |
|---|
| Fields in com.liferay.portlet.asset.service.persistence.impl declared as TableMapper | |
|---|---|
protected TableMapper<AssetCategory,AssetEntry> |
AssetCategoryPersistenceImpl.assetCategoryToAssetEntryTableMapper
|
protected TableMapper<AssetEntry,AssetCategory> |
AssetEntryPersistenceImpl.assetEntryToAssetCategoryTableMapper
|
protected TableMapper<AssetEntry,AssetTag> |
AssetEntryPersistenceImpl.assetEntryToAssetTagTableMapper
|
protected TableMapper<AssetTag,AssetEntry> |
AssetTagPersistenceImpl.assetTagToAssetEntryTableMapper
|
| Uses of TableMapper in com.liferay.portlet.documentlibrary.service.persistence.impl |
|---|
| Fields in com.liferay.portlet.documentlibrary.service.persistence.impl declared as TableMapper | |
|---|---|
protected TableMapper<DLFileEntryType,DLFolder> |
DLFileEntryTypePersistenceImpl.dlFileEntryTypeToDLFolderTableMapper
|
protected TableMapper<DLFolder,DLFileEntryType> |
DLFolderPersistenceImpl.dlFolderToDLFileEntryTypeTableMapper
|
| Uses of TableMapper in com.liferay.portlet.softwarecatalog.service.persistence.impl |
|---|
| Fields in com.liferay.portlet.softwarecatalog.service.persistence.impl declared as TableMapper | |
|---|---|
protected TableMapper<SCFrameworkVersion,SCProductVersion> |
SCFrameworkVersionPersistenceImpl.scFrameworkVersionToSCProductVersionTableMapper
|
protected TableMapper<SCLicense,SCProductEntry> |
SCLicensePersistenceImpl.scLicenseToSCProductEntryTableMapper
|
protected TableMapper<SCProductEntry,SCLicense> |
SCProductEntryPersistenceImpl.scProductEntryToSCLicenseTableMapper
|
protected TableMapper<SCProductVersion,SCFrameworkVersion> |
SCProductVersionPersistenceImpl.scProductVersionToSCFrameworkVersionTableMapper
|
|
Liferay 7.0-ce-a3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||