Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
-
Packages that use JaxbHbmOuterJoinEnum Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmOuterJoinEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmOuterJoinEnum Modifier and Type Field Description protected JaxbHbmOuterJoinEnumJaxbHbmArrayType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmBagCollectionType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmIdBagCollectionType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmListType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmManyToManyCollectionElementType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmManyToOneType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmMapType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmOneToOneType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmPrimitiveArrayType. outerJoinprotected JaxbHbmOuterJoinEnumJaxbHbmSetType. outerJoinMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmOuterJoinEnum Modifier and Type Method Description static JaxbHbmOuterJoinEnumJaxbHbmOuterJoinEnum. fromValue(String v)JaxbHbmOuterJoinEnumJaxbHbmArrayType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmBagCollectionType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmIdBagCollectionType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmListType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmManyToManyCollectionElementType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmManyToOneType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmMapType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmOneToOneType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmPrimitiveArrayType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumJaxbHbmSetType. getOuterJoin()Gets the value of the outerJoin property.JaxbHbmOuterJoinEnumPluralAttributeInfo. getOuterJoin()static JaxbHbmOuterJoinEnumJaxbHbmOuterJoinEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbHbmOuterJoinEnum[]JaxbHbmOuterJoinEnum. 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 JaxbHbmOuterJoinEnum Modifier and Type Method Description voidJaxbHbmArrayType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmBagCollectionType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmIdBagCollectionType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmListType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmManyToManyCollectionElementType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmManyToOneType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmMapType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmOneToOneType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmPrimitiveArrayType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidJaxbHbmSetType. setOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property. -
Uses of JaxbHbmOuterJoinEnum in org.hibernate.boot.model.source.internal.hbm
-