Uses of Interface
org.activiti.engine.impl.persistence.entity.CommentEntity
-
Packages that use CommentEntity Package Description org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.data.impl -
-
Uses of CommentEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement CommentEntity Modifier and Type Class Description classCommentEntityImplDeprecated.Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type CommentEntity Modifier and Type Method Description protected DataManager<CommentEntity>CommentEntityManagerImpl. getDataManager()Deprecated.Methods in org.activiti.engine.impl.persistence.entity with parameters of type CommentEntity Modifier and Type Method Description voidCommentEntityManagerImpl. delete(CommentEntity commentEntity)Deprecated.voidCommentEntityManagerImpl. insert(CommentEntity commentEntity)Deprecated. -
Uses of CommentEntity in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return CommentEntity Modifier and Type Method Description CommentEntityMybatisCommentDataManager. create()Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type CommentEntity Modifier and Type Method Description java.lang.Class<? extends CommentEntity>MybatisCommentDataManager. getManagedEntityClass()
-