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 StringALLOWED_TO_DELEGATEstatic javax.persistence.metamodel.SingularAttribute<DelegationImpl,org.kie.internal.task.api.model.AllowedToDelegate>allowedToDelegatestatic javax.persistence.metamodel.ListAttribute<DelegationImpl,OrganizationalEntityImpl>delegatesstatic StringDELEGATES
-
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
-
-