Class DelegationImpl_
- java.lang.Object
-
- org.jbpm.services.task.impl.model.DelegationImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class DelegationImpl_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALLOWED_TO_DELEGATE
static javax.persistence.metamodel.SingularAttribute<DelegationImpl,org.kie.internal.task.api.model.AllowedToDelegate>
allowedToDelegate
static javax.persistence.metamodel.ListAttribute<DelegationImpl,OrganizationalEntityImpl>
delegates
static String
DELEGATES
-
Constructor Summary
Constructors Constructor Description DelegationImpl_()
-
-
-
Field Detail
-
allowedToDelegate
public static volatile javax.persistence.metamodel.SingularAttribute<DelegationImpl,org.kie.internal.task.api.model.AllowedToDelegate> allowedToDelegate
-
delegates
public static volatile javax.persistence.metamodel.ListAttribute<DelegationImpl,OrganizationalEntityImpl> delegates
-
ALLOWED_TO_DELEGATE
public static final String ALLOWED_TO_DELEGATE
- See Also:
- Constant Field Values
-
DELEGATES
public static final String DELEGATES
- See Also:
- Constant Field Values
-
-