@Retention(value=RUNTIME) public @interface DbRelation
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
managed |
String |
orderBy |
boolean |
remove |
String |
sourceAttribute |
Class<?> |
target |
String |
targetAttribute |
public abstract String sourceAttribute
public abstract String targetAttribute
public abstract Class<?> target
public abstract String orderBy
public abstract boolean managed
public abstract boolean remove
Copyright © 2014. All rights reserved.