Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
Packages that use JaxbHbmFetchStyleWithSubselectEnum
-
Uses of JaxbHbmFetchStyleWithSubselectEnum in org.hibernate.boot.jaxb.hbm.spi
Subclasses with type arguments of type JaxbHbmFetchStyleWithSubselectEnum in org.hibernate.boot.jaxb.hbm.spiModifier and TypeClassDescriptionenum<p>Java class for FetchStyleWithSubselectEnum</p>.Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmFetchStyleWithSubselectEnumModifier and TypeFieldDescriptionprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmArrayType.fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmBagCollectionType.fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmIdBagCollectionType.fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmListType.fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmMapType.fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmPrimitiveArrayType.fetchprotected JaxbHbmFetchStyleWithSubselectEnumJaxbHbmSetType.fetchMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleWithSubselectEnumModifier and TypeMethodDescriptionGets the enum associated to the value passed as parameter.JaxbHbmArrayType.getFetch()Gets the value of the fetch property.JaxbHbmBagCollectionType.getFetch()Gets the value of the fetch property.JaxbHbmIdBagCollectionType.getFetch()Gets the value of the fetch property.JaxbHbmListType.getFetch()Gets the value of the fetch property.JaxbHbmMapType.getFetch()Gets the value of the fetch property.JaxbHbmPrimitiveArrayType.getFetch()Gets the value of the fetch property.JaxbHbmSetType.getFetch()Gets the value of the fetch property.PluralAttributeInfo.getFetch()Returns the enum constant of this class with the specified name.static JaxbHbmFetchStyleWithSubselectEnum[]JaxbHbmFetchStyleWithSubselectEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmFetchStyleWithSubselectEnumModifier and TypeMethodDescriptionvoidJaxbHbmArrayType.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.