Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Packages that use JaxbForeignKey Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbForeignKey in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbForeignKey Modifier and Type Field Description protected JaxbForeignKeyJaxbAssociationOverride. foreignKeyprotected JaxbForeignKeyJaxbCollectionTable. foreignKeyprotected JaxbForeignKeyJaxbJoinTable. foreignKeyprotected JaxbForeignKeyJaxbManyToOne. foreignKeyprotected JaxbForeignKeyJaxbOneToMany. foreignKeyprotected JaxbForeignKeyJaxbOneToOne. foreignKeyprotected JaxbForeignKeyJaxbJoinTable. inverseForeignKeyprotected JaxbForeignKeyJaxbElementCollection. mapKeyForeignKeyprotected JaxbForeignKeyJaxbManyToMany. mapKeyForeignKeyprotected JaxbForeignKeyJaxbOneToMany. mapKeyForeignKeyprotected JaxbForeignKeyJaxbEntity. primaryKeyForeignKeyprotected JaxbForeignKeyJaxbOneToOne. primaryKeyForeignKeyprotected JaxbForeignKeyJaxbSecondaryTable. primaryKeyForeignKeyMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbForeignKey Modifier and Type Method Description JaxbForeignKeyObjectFactory. createJaxbForeignKey()Create an instance ofJaxbForeignKeyJaxbForeignKeyJaxbAssociationOverride. getForeignKey()Gets the value of the foreignKey property.JaxbForeignKeyJaxbCollectionTable. getForeignKey()Gets the value of the foreignKey property.JaxbForeignKeyJaxbJoinTable. getForeignKey()Gets the value of the foreignKey property.JaxbForeignKeyJaxbManyToOne. getForeignKey()Gets the value of the foreignKey property.JaxbForeignKeyJaxbOneToMany. getForeignKey()Gets the value of the foreignKey property.JaxbForeignKeyJaxbOneToOne. getForeignKey()Gets the value of the foreignKey property.JaxbForeignKeyJaxbJoinTable. getInverseForeignKey()Gets the value of the inverseForeignKey property.JaxbForeignKeyCollectionAttribute. getMapKeyForeignKey()JaxbForeignKeyJaxbElementCollection. getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.JaxbForeignKeyJaxbManyToMany. getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.JaxbForeignKeyJaxbOneToMany. getMapKeyForeignKey()Gets the value of the mapKeyForeignKey property.JaxbForeignKeyJaxbEntity. getPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.JaxbForeignKeyJaxbOneToOne. getPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.JaxbForeignKeyJaxbSecondaryTable. getPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbForeignKey Modifier and Type Method Description voidJaxbAssociationOverride. setForeignKey(JaxbForeignKey value)Sets the value of the foreignKey property.voidJaxbCollectionTable. setForeignKey(JaxbForeignKey value)Sets the value of the foreignKey property.voidJaxbJoinTable. setForeignKey(JaxbForeignKey value)Sets the value of the foreignKey property.voidJaxbManyToOne. setForeignKey(JaxbForeignKey value)Sets the value of the foreignKey property.voidJaxbOneToMany. setForeignKey(JaxbForeignKey value)Sets the value of the foreignKey property.voidJaxbOneToOne. setForeignKey(JaxbForeignKey value)Sets the value of the foreignKey property.voidJaxbJoinTable. setInverseForeignKey(JaxbForeignKey value)Sets the value of the inverseForeignKey property.voidCollectionAttribute. setMapKeyForeignKey(JaxbForeignKey value)voidJaxbElementCollection. setMapKeyForeignKey(JaxbForeignKey value)Sets the value of the mapKeyForeignKey property.voidJaxbManyToMany. setMapKeyForeignKey(JaxbForeignKey value)Sets the value of the mapKeyForeignKey property.voidJaxbOneToMany. setMapKeyForeignKey(JaxbForeignKey value)Sets the value of the mapKeyForeignKey property.voidJaxbEntity. setPrimaryKeyForeignKey(JaxbForeignKey value)Sets the value of the primaryKeyForeignKey property.voidJaxbOneToOne. setPrimaryKeyForeignKey(JaxbForeignKey value)Sets the value of the primaryKeyForeignKey property.voidJaxbSecondaryTable. setPrimaryKeyForeignKey(JaxbForeignKey value)Sets the value of the primaryKeyForeignKey property.
-