|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Deprecated public @interface DependentPlanningVariable
Specifies that a bean property should be kept up-to-date by Drools Planner
when the master PlanningVariable changes.
PlanningEntity class.
PlanningVariable| Required Element Summary | |
|---|---|
String |
master
Deprecated. The property on this class that is the master variable. |
| Optional Element Summary | |
|---|---|
String |
mappedBy
Deprecated. The property on the opposite class that owns the relationship. |
| Element Detail |
|---|
public abstract String master
public abstract String mappedBy
master(),
especially when the opposite class is the same class as this class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||