Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbHbmFetchStyleEnum |
JaxbHbmManyToManyCollectionElementType.fetch |
protected JaxbHbmFetchStyleEnum |
JaxbHbmManyToOneType.fetch |
protected JaxbHbmFetchStyleEnum |
JaxbHbmOneToOneType.fetch |
protected JaxbHbmFetchStyleEnum |
JaxbHbmSecondaryTableType.fetch |
protected JaxbHbmFetchStyleEnum |
JaxbHbmFetchProfileType.JaxbHbmFetch.style |
Modifier and Type | Method and Description |
---|---|
static JaxbHbmFetchStyleEnum |
JaxbHbmFetchStyleEnum.fromValue(String v) |
JaxbHbmFetchStyleEnum |
JaxbHbmManyToManyCollectionElementType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleEnum |
JaxbHbmManyToOneType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleEnum |
JaxbHbmOneToOneType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleEnum |
JaxbHbmSecondaryTableType.getFetch()
Gets the value of the fetch property.
|
JaxbHbmFetchStyleEnum |
JaxbHbmFetchProfileType.JaxbHbmFetch.getStyle()
Gets the value of the style property.
|
static JaxbHbmFetchStyleEnum |
JaxbHbmFetchStyleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbHbmFetchStyleEnum[] |
JaxbHbmFetchStyleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbHbmManyToManyCollectionElementType.setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmManyToOneType.setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmOneToOneType.setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmSecondaryTableType.setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.
|
void |
JaxbHbmFetchProfileType.JaxbHbmFetch.setStyle(JaxbHbmFetchStyleEnum value)
Sets the value of the style property.
|
Modifier and Type | Method and Description |
---|---|
static FetchCharacteristicsSingularAssociationImpl |
FetchCharacteristicsSingularAssociationImpl.interpretManyToManyElement(MappingDefaults mappingDefaults,
JaxbHbmFetchStyleEnum fetchMapping,
JaxbHbmOuterJoinEnum outerJoinMapping,
JaxbHbmLazyEnum lazyMapping) |
static FetchCharacteristicsSingularAssociationImpl |
FetchCharacteristicsSingularAssociationImpl.interpretManyToOne(MappingDefaults mappingDefaults,
JaxbHbmFetchStyleEnum fetchMapping,
JaxbHbmOuterJoinEnum outerJoinMapping,
JaxbHbmLazyWithNoProxyEnum lazyMapping) |
static FetchCharacteristicsSingularAssociationImpl |
FetchCharacteristicsSingularAssociationImpl.interpretOneToOne(MappingDefaults mappingDefaults,
JaxbHbmFetchStyleEnum fetchMapping,
JaxbHbmOuterJoinEnum outerJoinMapping,
JaxbHbmLazyWithNoProxyEnum lazyMapping,
boolean constrained) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.