|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fetch | |
|---|---|
| org.springframework.roo.classpath.operations | |
| org.springframework.roo.classpath.operations.jsr303 | |
| Uses of Fetch in org.springframework.roo.classpath.operations |
|---|
| Fields in org.springframework.roo.classpath.operations declared as Fetch | |
|---|---|
static Fetch |
Fetch.EAGER
|
static Fetch |
Fetch.LAZY
|
| Methods in org.springframework.roo.classpath.operations with parameters of type Fetch | |
|---|---|
void |
FieldCommands.addFieldReferenceJpa(org.springframework.roo.model.JavaSymbolName fieldName,
org.springframework.roo.model.JavaType fieldType,
org.springframework.roo.model.JavaType typeName,
Boolean notNull,
Boolean nullRequired,
String joinColumnName,
Cardinality cardinality,
Fetch fetch,
String comment,
boolean transientModifier,
boolean permitReservedWords)
|
void |
FieldCommands.addFieldSetJpa(org.springframework.roo.model.JavaSymbolName fieldName,
org.springframework.roo.model.JavaType element,
org.springframework.roo.model.JavaType typeName,
org.springframework.roo.model.JavaSymbolName mappedBy,
Boolean notNull,
Boolean nullRequired,
Integer sizeMin,
Integer sizeMax,
Cardinality cardinality,
Fetch fetch,
String comment,
boolean transientModifier,
boolean permitReservedWords)
|
int |
Fetch.compareTo(Fetch o)
|
| Uses of Fetch in org.springframework.roo.classpath.operations.jsr303 |
|---|
| Methods in org.springframework.roo.classpath.operations.jsr303 that return Fetch | |
|---|---|
Fetch |
ReferenceField.getFetch()
|
Fetch |
SetField.getFetch()
|
| Methods in org.springframework.roo.classpath.operations.jsr303 with parameters of type Fetch | |
|---|---|
void |
ReferenceField.setFetch(Fetch fetch)
|
void |
SetField.setFetch(Fetch fetch)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||