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.mapKeyJoinColumnsprotected List<JaxbMapKeyJoinColumnImpl>JaxbManyToManyImpl.mapKeyJoinColumnsprotected List<JaxbMapKeyJoinColumnImpl>JaxbOneToManyImpl.mapKeyJoinColumnsprotected List<JaxbMapKeyJoinColumnImpl>JaxbPluralAnyMappingImpl.mapKeyJoinColumnsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyJoinColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyJoinColumnImpl()Create an instance ofJaxbMapKeyJoinColumnImplMethods 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 TypeMethodDescriptionvoidMapKeyJoinColumnJpaAnnotation.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 voidJoinColumnProcessing.applyMapKeyJoinColumns(List<JaxbMapKeyJoinColumnImpl> jaxbJoinColumns, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)