|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaxbFetchAttribute | |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Uses of JaxbFetchAttribute in org.hibernate.internal.jaxb.mapping.hbm |
---|
Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbFetchAttribute | |
---|---|
protected JaxbFetchAttribute |
JaxbOneToOneElement.fetch
|
protected JaxbFetchAttribute |
JaxbJoinElement.fetch
|
protected JaxbFetchAttribute |
JaxbManyToManyElement.fetch
|
protected JaxbFetchAttribute |
JaxbManyToOneElement.fetch
|
Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbFetchAttribute | |
---|---|
static JaxbFetchAttribute |
JaxbFetchAttribute.fromValue(String v)
|
JaxbFetchAttribute |
JaxbOneToOneElement.getFetch()
Gets the value of the fetch property. |
JaxbFetchAttribute |
JaxbJoinElement.getFetch()
Gets the value of the fetch property. |
JaxbFetchAttribute |
JaxbManyToManyElement.getFetch()
Gets the value of the fetch property. |
JaxbFetchAttribute |
JaxbManyToOneElement.getFetch()
Gets the value of the fetch property. |
static JaxbFetchAttribute |
JaxbFetchAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JaxbFetchAttribute[] |
JaxbFetchAttribute.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbFetchAttribute | |
---|---|
void |
JaxbOneToOneElement.setFetch(JaxbFetchAttribute value)
Sets the value of the fetch property. |
void |
JaxbJoinElement.setFetch(JaxbFetchAttribute value)
Sets the value of the fetch property. |
void |
JaxbManyToManyElement.setFetch(JaxbFetchAttribute value)
Sets the value of the fetch property. |
void |
JaxbManyToOneElement.setFetch(JaxbFetchAttribute value)
Sets the value of the fetch property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |