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 TypeMethodDescriptionvoidCommentEntityManagerImpl.delete(CommentEntity commentEntity) voidCommentEntityManagerImpl.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()