@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface ReturnInsert
Modifier and Type | Optional Element and Description |
---|---|
boolean |
returnOnly
Set return only to true if you want the mapping field to be excluded
from the INSERT clause during SQL generation.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.