Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbHbmLazyEnum |
JaxbHbmManyToManyCollectionElementType.lazy |
protected JaxbHbmLazyEnum |
JaxbHbmCompositeKeyManyToOneType.lazy |
Modifier and Type | Method and Description |
---|---|
static JaxbHbmLazyEnum |
JaxbHbmLazyEnum.fromValue(String v) |
JaxbHbmLazyEnum |
JaxbHbmManyToManyCollectionElementType.getLazy()
Gets the value of the lazy property.
|
JaxbHbmLazyEnum |
JaxbHbmCompositeKeyManyToOneType.getLazy()
Gets the value of the lazy property.
|
static JaxbHbmLazyEnum |
JaxbHbmLazyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbHbmLazyEnum[] |
JaxbHbmLazyEnum.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.setLazy(JaxbHbmLazyEnum value)
Sets the value of the lazy property.
|
void |
JaxbHbmCompositeKeyManyToOneType.setLazy(JaxbHbmLazyEnum value)
Sets the value of the lazy property.
|
Modifier and Type | Method and Description |
---|---|
static FetchCharacteristicsSingularAssociationImpl |
FetchCharacteristicsSingularAssociationImpl.interpretManyToManyElement(MappingDefaults mappingDefaults,
JaxbHbmFetchStyleEnum fetchMapping,
JaxbHbmOuterJoinEnum outerJoinMapping,
JaxbHbmLazyEnum lazyMapping) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.