Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumnImpl
Packages that use JaxbPrimaryKeyJoinColumnImpl
-
Uses of JaxbPrimaryKeyJoinColumnImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbPrimaryKeyJoinColumnImplModifier and TypeFieldDescriptionprotected List
<JaxbPrimaryKeyJoinColumnImpl> JaxbOneToOneImpl.primaryKeyJoinColumn
protected List
<JaxbPrimaryKeyJoinColumnImpl> JaxbSecondaryTableImpl.primaryKeyJoinColumn
protected List
<JaxbPrimaryKeyJoinColumnImpl> JaxbEntityImpl.primaryKeyJoinColumns
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPrimaryKeyJoinColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPrimaryKeyJoinColumnImpl()
Create an instance ofJaxbPrimaryKeyJoinColumnImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbPrimaryKeyJoinColumnImplModifier and TypeMethodDescriptionJaxbOneToOneImpl.getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn property.JaxbSecondaryTableImpl.getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn property.JaxbEntity.getPrimaryKeyJoinColumns()
JaxbEntityImpl.getPrimaryKeyJoinColumns()
Gets the value of the primaryKeyJoinColumns property.