Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FetchType |
ManyToOne.getFetch()
Returns the
fetch attribute |
FetchType |
OneToOne.getFetch()
Returns the
fetch attribute |
FetchType |
ElementCollection.getFetch()
Returns the
fetch attribute |
FetchType |
OneToMany.getFetch()
Returns the
fetch attribute |
FetchType |
ManyToMany.getFetch()
Returns the
fetch attribute |
FetchType |
Basic.getFetch()
Returns the
fetch attribute |
static FetchType |
FetchType.getFromStringValue(String value) |
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.
|
Modifier and Type | Method and Description |
---|---|
ManyToOne<T> |
ManyToOne.fetch(FetchType fetch)
Sets the
fetch attribute |
OneToOne<T> |
OneToOne.fetch(FetchType fetch)
Sets the
fetch attribute |
ElementCollection<T> |
ElementCollection.fetch(FetchType fetch)
Sets the
fetch attribute |
OneToMany<T> |
OneToMany.fetch(FetchType fetch)
Sets the
fetch attribute |
ManyToMany<T> |
ManyToMany.fetch(FetchType fetch)
Sets the
fetch attribute |
Basic<T> |
Basic.fetch(FetchType fetch)
Sets the
fetch attribute |
Copyright © 2016 JBoss by Red Hat. All rights reserved.