Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
-
Packages that use JaxbHbmFetchStyleEnum Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmFetchStyleEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmFetchStyleEnum Modifier and Type Field Description protected JaxbHbmFetchStyleEnumJaxbHbmManyToManyCollectionElementType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmManyToOneType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmOneToOneType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmSecondaryTableType. fetchprotected JaxbHbmFetchStyleEnumJaxbHbmFetchProfileType.JaxbHbmFetch. styleMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleEnum Modifier and Type Method Description static JaxbHbmFetchStyleEnumJaxbHbmFetchStyleEnum. fromValue(java.lang.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(java.lang.String name)Returns the enum constant of this type with the specified name.static JaxbHbmFetchStyleEnum[]JaxbHbmFetchStyleEnum. 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 JaxbHbmFetchStyleEnum Modifier and Type Method Description 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.
-