|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchType | |
---|---|
org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of FetchType in org.apache.openejb.jee.jpa |
---|
Fields in org.apache.openejb.jee.jpa declared as FetchType | |
---|---|
protected FetchType |
Basic.fetch
|
protected FetchType |
ManyToOne.fetch
|
protected FetchType |
OneToMany.fetch
|
protected FetchType |
OneToOne.fetch
|
protected FetchType |
ManyToMany.fetch
|
Methods in org.apache.openejb.jee.jpa that return FetchType | |
---|---|
static FetchType |
FetchType.fromValue(String v)
|
FetchType |
Basic.getFetch()
Gets the value of the fetch property. |
FetchType |
ManyToOne.getFetch()
Gets the value of the fetch property. |
FetchType |
RelationField.getFetch()
|
FetchType |
OneToMany.getFetch()
Gets the value of the fetch property. |
FetchType |
OneToOne.getFetch()
Gets the value of the fetch property. |
FetchType |
ManyToMany.getFetch()
Gets the value of the fetch property. |
static FetchType |
FetchType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FetchType[] |
FetchType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.openejb.jee.jpa with parameters of type FetchType | |
---|---|
void |
Basic.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
ManyToOne.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
RelationField.setFetch(FetchType value)
|
void |
OneToMany.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
OneToOne.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
ManyToMany.setFetch(FetchType value)
Sets the value of the fetch property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |