类的使用
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
-
使用JaxbHbmFetchStyleEnum的程序包 程序包 说明 org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
org.hibernate.boot.jaxb.hbm.spi中JaxbHbmFetchStyleEnum的使用
声明为JaxbHbmFetchStyleEnum的org.hibernate.boot.jaxb.hbm.spi中的字段 修饰符和类型 字段 说明 protected JaxbHbmFetchStyleEnumJaxbHbmManyToManyCollectionElementType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmManyToOneType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmOneToOneType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmSecondaryTableType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmFetchProfileType.JaxbHbmFetch. style返回JaxbHbmFetchStyleEnum的org.hibernate.boot.jaxb.hbm.spi中的方法 修饰符和类型 方法 说明 static JaxbHbmFetchStyleEnumJaxbHbmFetchStyleEnum. fromValue(String v)JaxbHbmFetchStyleEnumJaxbHbmManyToManyCollectionElementType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleEnumJaxbHbmManyToOneType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleEnumJaxbHbmOneToOneType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleEnumJaxbHbmSecondaryTableType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleEnumJaxbHbmFetchProfileType.JaxbHbmFetch. getStyle()Gets the value of the style property.static JaxbHbmFetchStyleEnumJaxbHbmFetchStyleEnum. valueOf(String name)返回带有指定名称的该类型的枚举常量。static JaxbHbmFetchStyleEnum[]JaxbHbmFetchStyleEnum. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为JaxbHbmFetchStyleEnum的org.hibernate.boot.jaxb.hbm.spi中的方法 修饰符和类型 方法 说明 voidJaxbHbmManyToManyCollectionElementType. setFetch(JaxbHbmFetchStyleEnum value)Sets the value of the fetch property.voidJaxbHbmManyToOneType. setFetch(JaxbHbmFetchStyleEnum value)Sets the value of the fetch property.voidJaxbHbmOneToOneType. setFetch(JaxbHbmFetchStyleEnum value)Sets the value of the fetch property.voidJaxbHbmSecondaryTableType. setFetch(JaxbHbmFetchStyleEnum value)Sets the value of the fetch property.voidJaxbHbmFetchProfileType.JaxbHbmFetch. setStyle(JaxbHbmFetchStyleEnum value)Sets the value of the style property. -
org.hibernate.boot.model.source.internal.hbm中JaxbHbmFetchStyleEnum的使用
参数类型为JaxbHbmFetchStyleEnum的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 static FetchCharacteristicsSingularAssociationImplFetchCharacteristicsSingularAssociationImpl. interpretManyToManyElement(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyEnum lazyMapping)static FetchCharacteristicsSingularAssociationImplFetchCharacteristicsSingularAssociationImpl. interpretManyToOne(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping)static FetchCharacteristicsSingularAssociationImplFetchCharacteristicsSingularAssociationImpl. interpretOneToOne(MappingDefaults mappingDefaults, JaxbHbmFetchStyleEnum fetchMapping, JaxbHbmOuterJoinEnum outerJoinMapping, JaxbHbmLazyWithNoProxyEnum lazyMapping, boolean constrained)
-