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.primaryKeyJoinColumnprotected List<JaxbPrimaryKeyJoinColumnImpl> JaxbSecondaryTableImpl.primaryKeyJoinColumnprotected List<JaxbPrimaryKeyJoinColumnImpl> JaxbEntityImpl.primaryKeyJoinColumnsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPrimaryKeyJoinColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPrimaryKeyJoinColumnImpl()Create an instance ofJaxbPrimaryKeyJoinColumnImplMethods 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.