Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
Packages that use JaxbPrimaryKeyJoinColumn
-
Uses of JaxbPrimaryKeyJoinColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbPrimaryKeyJoinColumnModifier and TypeFieldDescriptionprotected List<JaxbPrimaryKeyJoinColumn>JaxbEntity.primaryKeyJoinColumnprotected List<JaxbPrimaryKeyJoinColumn>JaxbOneToOne.primaryKeyJoinColumnprotected List<JaxbPrimaryKeyJoinColumn>JaxbSecondaryTable.primaryKeyJoinColumnMethods in org.hibernate.boot.jaxb.mapping that return JaxbPrimaryKeyJoinColumnModifier and TypeMethodDescriptionObjectFactory.createJaxbPrimaryKeyJoinColumn()Create an instance ofJaxbPrimaryKeyJoinColumnMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbPrimaryKeyJoinColumnModifier and TypeMethodDescriptionJaxbEntity.getPrimaryKeyJoinColumn()Gets the value of the primaryKeyJoinColumn property.JaxbOneToOne.getPrimaryKeyJoinColumn()Gets the value of the primaryKeyJoinColumn property.JaxbSecondaryTable.getPrimaryKeyJoinColumn()Gets the value of the primaryKeyJoinColumn property.