Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumnImpl
Packages that use JaxbMapKeyColumnImpl
Package
Description
-
Uses of JaxbMapKeyColumnImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbMapKeyColumnImplModifier and TypeFieldDescriptionprotected JaxbMapKeyColumnImplJaxbElementCollectionImpl.mapKeyColumnprotected JaxbMapKeyColumnImplJaxbManyToManyImpl.mapKeyColumnprotected JaxbMapKeyColumnImplJaxbOneToManyImpl.mapKeyColumnprotected JaxbMapKeyColumnImplJaxbPluralAnyMappingImpl.mapKeyColumnMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyColumnImpl()Create an instance ofJaxbMapKeyColumnImplJaxbElementCollectionImpl.getMapKeyColumn()Gets the value of the mapKeyColumn property.JaxbManyToManyImpl.getMapKeyColumn()Gets the value of the mapKeyColumn property.JaxbOneToManyImpl.getMapKeyColumn()Gets the value of the mapKeyColumn property.JaxbPluralAnyMappingImpl.getMapKeyColumn()Gets the value of the mapKeyColumn property.JaxbPluralAttribute.getMapKeyColumn()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbMapKeyColumnImplModifier and TypeMethodDescriptionvoidJaxbElementCollectionImpl.setMapKeyColumn(JaxbMapKeyColumnImpl value) Sets the value of the mapKeyColumn property.voidJaxbManyToManyImpl.setMapKeyColumn(JaxbMapKeyColumnImpl value) Sets the value of the mapKeyColumn property.voidJaxbOneToManyImpl.setMapKeyColumn(JaxbMapKeyColumnImpl value) Sets the value of the mapKeyColumn property.voidJaxbPluralAnyMappingImpl.setMapKeyColumn(JaxbMapKeyColumnImpl value) Sets the value of the mapKeyColumn property.voidJaxbPluralAttribute.setMapKeyColumn(JaxbMapKeyColumnImpl value) -
Uses of JaxbMapKeyColumnImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbMapKeyColumnImplModifier and TypeMethodDescriptionvoidMapKeyColumnJpaAnnotation.apply(JaxbMapKeyColumnImpl jaxbColumn, XmlDocumentContext xmlDocumentContext)