Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
Packages that use JaxbHbmFetchStyleEnum
-
Uses of JaxbHbmFetchStyleEnum in org.hibernate.boot.jaxb.hbm.spi
Subclasses with type arguments of type JaxbHbmFetchStyleEnum in org.hibernate.boot.jaxb.hbm.spiModifier and TypeClassDescriptionenum<p>Java class for FetchStyleEnum</p>.Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmFetchStyleEnumModifier and TypeFieldDescriptionprotected JaxbHbmFetchStyleEnumJaxbHbmManyToManyCollectionElementType.fetchprotected JaxbHbmFetchStyleEnumJaxbHbmManyToOneType.fetchprotected JaxbHbmFetchStyleEnumJaxbHbmOneToOneType.fetchprotected JaxbHbmFetchStyleEnumJaxbHbmSecondaryTableType.fetchprotected JaxbHbmFetchStyleEnumJaxbHbmFetchProfileType.JaxbHbmFetch.styleMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleEnumModifier and TypeMethodDescriptionstatic JaxbHbmFetchStyleEnumGets the enum associated to the value passed as parameter.JaxbHbmManyToManyCollectionElementType.getFetch()Gets the value of the fetch property.JaxbHbmManyToOneType.getFetch()Gets the value of the fetch property.JaxbHbmOneToOneType.getFetch()Gets the value of the fetch property.JaxbHbmSecondaryTableType.getFetch()Gets the value of the fetch property.JaxbHbmFetchProfileType.JaxbHbmFetch.getStyle()Gets the value of the style property.static JaxbHbmFetchStyleEnumReturns the enum constant of this class with the specified name.static JaxbHbmFetchStyleEnum[]JaxbHbmFetchStyleEnum.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 JaxbHbmFetchStyleEnumModifier and TypeMethodDescriptionvoidJaxbHbmManyToManyCollectionElementType.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.