ENTITY - type of entitypublic interface HasOn<ENTITY>
| Modifier and Type | Method and Description |
|---|---|
<V extends Comparable<? super V>,FIELD extends com.speedment.runtime.field.trait.HasComparableOperators<? extends ENTITY,V>> |
on(FIELD originalField)
Adds the given
originalField to an operation where the
originalField belongs to a previous entered manager that are used
for joining elements. |
<V extends Comparable<? super V>,FIELD extends com.speedment.runtime.field.trait.HasComparableOperators<? extends ENTITY,V>> Object on(FIELD originalField)
originalField to an operation where the
originalField belongs to a previous entered manager that are used
for joining elements.V - type that the field can holdFIELD - type of the fieldoriginalField - joined fieldNullPointerException - if the provided originalField is
nullIllegalArgumentException - if the provided originalField
does not belong to a manager that is previously entered into the builder.Copyright © 2019 Speedment, Inc.. All rights reserved.