Uses of Class
org.jbpm.services.task.impl.model.CommentImpl
-
Packages that use CommentImpl Package Description org.jbpm.services.task.impl.model -
-
Uses of CommentImpl in org.jbpm.services.task.impl.model
Fields in org.jbpm.services.task.impl.model with type parameters of type CommentImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CommentImpl,Date>
CommentImpl_. addedAt
static javax.persistence.metamodel.SingularAttribute<CommentImpl,UserImpl>
CommentImpl_. addedBy
static javax.persistence.metamodel.ListAttribute<TaskDataImpl,CommentImpl>
TaskDataImpl_. comments
static javax.persistence.metamodel.SingularAttribute<CommentImpl,Long>
CommentImpl_. id
static javax.persistence.metamodel.SingularAttribute<CommentImpl,String>
CommentImpl_. text
-