Uses of Interface
org.flowable.engine.impl.persistence.entity.CommentEntity
Packages that use CommentEntity
Package
Description
-
Uses of CommentEntity in org.flowable.engine.impl.cmd
Fields in org.flowable.engine.impl.cmd declared as CommentEntityConstructors in org.flowable.engine.impl.cmd with parameters of type CommentEntity -
Uses of CommentEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement CommentEntityMethods in org.flowable.engine.impl.persistence.entity that return CommentEntityMethods in org.flowable.engine.impl.persistence.entity with parameters of type CommentEntityModifier and TypeMethodDescriptionvoid
CommentEntityManagerImpl.delete
(CommentEntity commentEntity) void
CommentEntityManagerImpl.insert
(CommentEntity commentEntity) CommentEntityManagerImpl.update
(CommentEntity commentEntity) -
Uses of CommentEntity in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl that return CommentEntityMethods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type CommentEntityModifier and TypeMethodDescriptionClass<? extends CommentEntity>
MybatisCommentDataManager.getManagedEntityClass()