Uses of Interface
org.activiti.engine.impl.persistence.entity.CommentEntity
Packages that use CommentEntity
Package
Description
-
Uses of CommentEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement CommentEntitySubclasses with type arguments of type CommentEntity in org.activiti.engine.impl.persistence.entitySubinterfaces with type arguments of type CommentEntity in org.activiti.engine.impl.persistence.entityMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type CommentEntityModifier and TypeMethodDescriptionprotected DataManager<CommentEntity> CommentEntityManagerImpl.getDataManager()Deprecated.Methods in org.activiti.engine.impl.persistence.entity with parameters of type CommentEntityModifier and TypeMethodDescriptionvoidCommentEntityManagerImpl.delete(CommentEntity commentEntity) Deprecated.voidCommentEntityManagerImpl.insert(CommentEntity commentEntity) Deprecated. -
Uses of CommentEntity in org.activiti.engine.impl.persistence.entity.data
Subinterfaces with type arguments of type CommentEntity in org.activiti.engine.impl.persistence.entity.data -
Uses of CommentEntity in org.activiti.engine.impl.persistence.entity.data.impl
Subclasses with type arguments of type CommentEntity in org.activiti.engine.impl.persistence.entity.data.implMethods in org.activiti.engine.impl.persistence.entity.data.impl that return CommentEntityMethods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type CommentEntityModifier and TypeMethodDescriptionClass<? extends CommentEntity> MybatisCommentDataManager.getManagedEntityClass()