Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumnImpl
Packages that use JaxbMapKeyColumnImpl
-
Uses of JaxbMapKeyColumnImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbMapKeyColumnImplModifier and TypeFieldDescriptionprotected JaxbMapKeyColumnImpl
JaxbElementCollectionImpl.mapKeyColumn
protected JaxbMapKeyColumnImpl
JaxbManyToManyImpl.mapKeyColumn
protected JaxbMapKeyColumnImpl
JaxbOneToManyImpl.mapKeyColumn
protected JaxbMapKeyColumnImpl
JaxbPluralAnyMappingImpl.mapKeyColumn
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyColumnImpl()
Create an instance ofJaxbMapKeyColumnImpl
JaxbElementCollectionImpl.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 TypeMethodDescriptionvoid
JaxbElementCollectionImpl.setMapKeyColumn
(JaxbMapKeyColumnImpl value) Sets the value of the mapKeyColumn property.void
JaxbManyToManyImpl.setMapKeyColumn
(JaxbMapKeyColumnImpl value) Sets the value of the mapKeyColumn property.void
JaxbOneToManyImpl.setMapKeyColumn
(JaxbMapKeyColumnImpl value) Sets the value of the mapKeyColumn property.void
JaxbPluralAnyMappingImpl.setMapKeyColumn
(JaxbMapKeyColumnImpl value) Sets the value of the mapKeyColumn property.void
JaxbPluralAttribute.setMapKeyColumn
(JaxbMapKeyColumnImpl value)