Class FetchCharacteristicsSingularAssociationImpl
java.lang.Object
org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
- All Implemented Interfaces:
FetchCharacteristics,FetchCharacteristicsSingularAssociation
public class FetchCharacteristicsSingularAssociationImpl
extends Object
implements FetchCharacteristicsSingularAssociation
hbm.xml specific handling for FetchCharacteristicsSingularAssociation-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptioninterpretManyToManyElement(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyEnum lazyMapping) interpretManyToOne(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping) interpretOneToOne(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping, boolean constrained) boolean
-
Method Details
-
getFetchTiming
- Specified by:
getFetchTimingin interfaceFetchCharacteristics
-
getFetchStyle
- Specified by:
getFetchStylein interfaceFetchCharacteristics
-
isUnwrapProxies
public boolean isUnwrapProxies()- Specified by:
isUnwrapProxiesin interfaceFetchCharacteristicsSingularAssociation
-
interpretManyToOne
public static FetchCharacteristicsSingularAssociationImpl interpretManyToOne(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping) -
interpretManyToManyElement
public static FetchCharacteristicsSingularAssociationImpl interpretManyToManyElement(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyEnum lazyMapping) -
interpretOneToOne
public static FetchCharacteristicsSingularAssociationImpl interpretOneToOne(EffectiveMappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping, boolean constrained)
-