|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchType | |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Uses of FetchType in org.hibernate.jpamodelgen.xml.jaxb |
---|
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as FetchType | |
---|---|
protected FetchType |
ManyToMany.fetch
|
protected FetchType |
OneToMany.fetch
|
protected FetchType |
ElementCollection.fetch
|
protected FetchType |
ManyToOne.fetch
|
protected FetchType |
Basic.fetch
|
protected FetchType |
OneToOne.fetch
|
Methods in org.hibernate.jpamodelgen.xml.jaxb that return FetchType | |
---|---|
static FetchType |
FetchType.fromValue(String v)
|
FetchType |
ManyToMany.getFetch()
Gets the value of the fetch property. |
FetchType |
OneToMany.getFetch()
Gets the value of the fetch property. |
FetchType |
ElementCollection.getFetch()
Gets the value of the fetch property. |
FetchType |
ManyToOne.getFetch()
Gets the value of the fetch property. |
FetchType |
Basic.getFetch()
Gets the value of the fetch property. |
FetchType |
OneToOne.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.hibernate.jpamodelgen.xml.jaxb with parameters of type FetchType | |
---|---|
void |
ManyToMany.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
OneToMany.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
ElementCollection.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
ManyToOne.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
Basic.setFetch(FetchType value)
Sets the value of the fetch property. |
void |
OneToOne.setFetch(FetchType value)
Sets the value of the fetch property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |