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 JaxbHbmOuterJoinEnum
JaxbHbmArrayType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmBagCollectionType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmIdBagCollectionType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmListType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmManyToManyCollectionElementType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmManyToOneType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmMapType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmOneToOneType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmPrimitiveArrayType. outerJoin
protected JaxbHbmOuterJoinEnum
JaxbHbmSetType. outerJoin
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmOuterJoinEnum Modifier and Type Method Description static JaxbHbmOuterJoinEnum
JaxbHbmOuterJoinEnum. fromValue(String v)
JaxbHbmOuterJoinEnum
JaxbHbmArrayType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmBagCollectionType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmIdBagCollectionType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmListType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmManyToManyCollectionElementType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmManyToOneType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmMapType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmOneToOneType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmPrimitiveArrayType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
JaxbHbmSetType. getOuterJoin()
Gets the value of the outerJoin property.JaxbHbmOuterJoinEnum
PluralAttributeInfo. getOuterJoin()
static JaxbHbmOuterJoinEnum
JaxbHbmOuterJoinEnum. 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 void
JaxbHbmArrayType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmBagCollectionType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmIdBagCollectionType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmListType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmManyToManyCollectionElementType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmManyToOneType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmMapType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmOneToOneType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmPrimitiveArrayType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.void
JaxbHbmSetType. setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property. -
Uses of JaxbHbmOuterJoinEnum in org.hibernate.boot.model.source.internal.hbm
-