Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
-
Packages that use JaxbHbmFetchStyleWithSubselectEnum Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmFetchStyleWithSubselectEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmFetchStyleWithSubselectEnum Modifier and Type Field Description protected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmArrayType. fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmBagCollectionType. fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmIdBagCollectionType. fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmListType. fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmMapType. fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmPrimitiveArrayType. fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmSetType. fetchMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleWithSubselectEnum Modifier and Type Method Description static JaxbHbmFetchStyleWithSubselectEnumJaxbHbmFetchStyleWithSubselectEnum. fromValue(String v)JaxbHbmFetchStyleWithSubselectEnumJaxbHbmArrayType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnumJaxbHbmBagCollectionType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnumJaxbHbmIdBagCollectionType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnumJaxbHbmListType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnumJaxbHbmMapType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnumJaxbHbmPrimitiveArrayType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnumJaxbHbmSetType. getFetch()Gets the value of the fetch property.JaxbHbmFetchStyleWithSubselectEnumPluralAttributeInfo. getFetch()static JaxbHbmFetchStyleWithSubselectEnumJaxbHbmFetchStyleWithSubselectEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbHbmFetchStyleWithSubselectEnum[]JaxbHbmFetchStyleWithSubselectEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmFetchStyleWithSubselectEnum Modifier and Type Method Description voidJaxbHbmArrayType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)Sets the value of the fetch property.voidJaxbHbmBagCollectionType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)Sets the value of the fetch property.voidJaxbHbmIdBagCollectionType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)Sets the value of the fetch property.voidJaxbHbmListType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)Sets the value of the fetch property.voidJaxbHbmMapType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)Sets the value of the fetch property.voidJaxbHbmPrimitiveArrayType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)Sets the value of the fetch property.voidJaxbHbmSetType. setFetch(JaxbHbmFetchStyleWithSubselectEnum value)Sets the value of the fetch property. -
Uses of JaxbHbmFetchStyleWithSubselectEnum in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmFetchStyleWithSubselectEnum Modifier and Type Method Description static FetchCharacteristicsPluralAttributeImplFetchCharacteristicsPluralAttributeImpl. interpret(MappingDefaults mappingDefaults, JaxbHbmFetchStyleWithSubselectEnum fetch, JaxbHbmOuterJoinEnum outerJoin, JaxbHbmLazyWithExtraEnum lazy, int batchSize)
-