Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected FetchType |
OneToOne.fetch |
protected FetchType |
Basic.fetch |
protected FetchType |
OneToMany.fetch |
protected FetchType |
ManyToOne.fetch |
protected FetchType |
ElementCollection.fetch |
protected FetchType |
ManyToMany.fetch |
Modifier and Type | Method and Description |
---|---|
static FetchType |
FetchType.fromValue(java.lang.String v) |
FetchType |
OneToOne.getFetch()
Gets the value of the fetch property.
|
FetchType |
Basic.getFetch()
Gets the value of the fetch property.
|
FetchType |
OneToMany.getFetch()
Gets the value of the fetch property.
|
FetchType |
ManyToOne.getFetch()
Gets the value of the fetch property.
|
FetchType |
ElementCollection.getFetch()
Gets the value of the fetch property.
|
FetchType |
ManyToMany.getFetch()
Gets the value of the fetch property.
|
static FetchType |
FetchType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
OneToOne.setFetch(FetchType value)
Sets the value of the fetch property.
|
void |
Basic.setFetch(FetchType value)
Sets the value of the fetch property.
|
void |
OneToMany.setFetch(FetchType value)
Sets the value of the fetch property.
|
void |
ManyToOne.setFetch(FetchType value)
Sets the value of the fetch property.
|
void |
ElementCollection.setFetch(FetchType value)
Sets the value of the fetch property.
|
void |
ManyToMany.setFetch(FetchType value)
Sets the value of the fetch property.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.