Uses of Interface
org.flowable.engine.impl.persistence.entity.CommentEntity
-
Packages that use CommentEntity Package Description org.flowable.engine.impl.cmd org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data.impl -
-
Uses of CommentEntity in org.flowable.engine.impl.cmd
Fields in org.flowable.engine.impl.cmd declared as CommentEntity Modifier and Type Field Description protected CommentEntitySaveCommentCmd. commentConstructors in org.flowable.engine.impl.cmd with parameters of type CommentEntity Constructor Description SaveCommentCmd(CommentEntity comment) -
Uses of CommentEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement CommentEntity Modifier and Type Class Description classCommentEntityImplMethods in org.flowable.engine.impl.persistence.entity that return CommentEntity Modifier and Type Method Description CommentEntityCommentEntityManagerImpl. update(CommentEntity commentEntity)Methods in org.flowable.engine.impl.persistence.entity with parameters of type CommentEntity Modifier and Type Method Description voidCommentEntityManagerImpl. delete(CommentEntity commentEntity)voidCommentEntityManagerImpl. insert(CommentEntity commentEntity)CommentEntityCommentEntityManagerImpl. 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 CommentEntity Modifier and Type Method Description CommentEntityMybatisCommentDataManager. create()Methods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type CommentEntity Modifier and Type Method Description Class<? extends CommentEntity>MybatisCommentDataManager. getManagedEntityClass()
-