Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumnImpl
Packages that use JaxbMapKeyJoinColumnImpl
Package
Description
-
Uses of JaxbMapKeyJoinColumnImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbMapKeyJoinColumnImplModifier and TypeFieldDescriptionprotected List<JaxbMapKeyJoinColumnImpl>
JaxbElementCollectionImpl.mapKeyJoinColumns
protected List<JaxbMapKeyJoinColumnImpl>
JaxbManyToManyImpl.mapKeyJoinColumns
protected List<JaxbMapKeyJoinColumnImpl>
JaxbOneToManyImpl.mapKeyJoinColumns
protected List<JaxbMapKeyJoinColumnImpl>
JaxbPluralAnyMappingImpl.mapKeyJoinColumns
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyJoinColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyJoinColumnImpl()
Create an instance ofJaxbMapKeyJoinColumnImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbMapKeyJoinColumnImplModifier and TypeMethodDescriptionJaxbElementCollectionImpl.getMapKeyJoinColumns()
Gets the value of the mapKeyJoinColumns property.JaxbManyToManyImpl.getMapKeyJoinColumns()
Gets the value of the mapKeyJoinColumns property.JaxbOneToManyImpl.getMapKeyJoinColumns()
Gets the value of the mapKeyJoinColumns property.JaxbPluralAnyMappingImpl.getMapKeyJoinColumns()
Gets the value of the mapKeyJoinColumns property.JaxbPluralAttribute.getMapKeyJoinColumns()
-
Uses of JaxbMapKeyJoinColumnImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbMapKeyJoinColumnImplModifier and TypeMethodDescriptionvoid
MapKeyJoinColumnJpaAnnotation.apply
(JaxbMapKeyJoinColumnImpl jaxbColumn, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbMapKeyJoinColumnImpl in org.hibernate.boot.models.xml.internal.db
Method parameters in org.hibernate.boot.models.xml.internal.db with type arguments of type JaxbMapKeyJoinColumnImplModifier and TypeMethodDescriptionstatic void
JoinColumnProcessing.applyMapKeyJoinColumns
(List<JaxbMapKeyJoinColumnImpl> jaxbJoinColumns, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)