All Classes and Interfaces

Class
Description
BaseCTDisplayRenderer<T extends com.liferay.portal.kernel.model.BaseModel<T>>
 
 
ChildTableReferenceInfoBuilder<T extends com.liferay.petra.sql.dsl.Table<T>>
Used to define child relationships for a TableReferenceDefinition.
ConstraintResolver<T extends com.liferay.portal.kernel.model.change.tracking.CTModel<T>>
Constraint resolvers are used to automatically resolve unique database constraints between different change tracking collections, or to describe the conflict for users attempting to publish.
ConstraintResolverContext<T extends com.liferay.portal.kernel.model.change.tracking.CTModel<T>>
Used in automatically resolving constraint conflicts between the source and target models.
 
 
Display renderer used to describe and render models of a given type.
 
 
CT event listeners are used for extending change tracking behavior into additional types of storage.
 
 
 
The DisplayContext used by CTDisplayRenderer for rendering a model.
ParentTableReferenceInfoBuilder<T extends com.liferay.petra.sql.dsl.Table<T>>
Used to define parent relationships for a TableReferenceDefinition.
TableReferenceDefinition<T extends com.liferay.petra.sql.dsl.Table<T>>
Describes parent and child relationships for a given table using joins.