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 JaxbHbmFetchStyleEnum
JaxbHbmManyToManyCollectionElementType. fetch
protected JaxbHbmFetchStyleEnum
JaxbHbmManyToOneType. fetch
protected JaxbHbmFetchStyleEnum
JaxbHbmOneToOneType. fetch
protected JaxbHbmFetchStyleEnum
JaxbHbmSecondaryTableType. fetch
protected JaxbHbmFetchStyleEnum
JaxbHbmFetchProfileType.JaxbHbmFetch. style
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmFetchStyleEnum Modifier and Type Method Description static JaxbHbmFetchStyleEnum
JaxbHbmFetchStyleEnum. fromValue(java.lang.String v)
JaxbHbmFetchStyleEnum
JaxbHbmManyToManyCollectionElementType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleEnum
JaxbHbmManyToOneType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleEnum
JaxbHbmOneToOneType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleEnum
JaxbHbmSecondaryTableType. getFetch()
Gets the value of the fetch property.JaxbHbmFetchStyleEnum
JaxbHbmFetchProfileType.JaxbHbmFetch. getStyle()
Gets the value of the style property.static JaxbHbmFetchStyleEnum
JaxbHbmFetchStyleEnum. 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 void
JaxbHbmManyToManyCollectionElementType. setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.void
JaxbHbmManyToOneType. setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.void
JaxbHbmOneToOneType. setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.void
JaxbHbmSecondaryTableType. setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.void
JaxbHbmFetchProfileType.JaxbHbmFetch. setStyle(JaxbHbmFetchStyleEnum value)
Sets the value of the style property.
-