Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyImpl
Packages that use JaxbMapKeyImpl
-
Uses of JaxbMapKeyImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbMapKeyImplModifier and TypeFieldDescriptionprotected JaxbMapKeyImpl
JaxbElementCollectionImpl.mapKey
protected JaxbMapKeyImpl
JaxbManyToManyImpl.mapKey
protected JaxbMapKeyImpl
JaxbOneToManyImpl.mapKey
protected JaxbMapKeyImpl
JaxbPluralAnyMappingImpl.mapKey
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyImpl()
Create an instance ofJaxbMapKeyImpl
JaxbElementCollectionImpl.getMapKey()
Gets the value of the mapKey property.JaxbManyToManyImpl.getMapKey()
Gets the value of the mapKey property.JaxbOneToManyImpl.getMapKey()
Gets the value of the mapKey property.JaxbPluralAnyMappingImpl.getMapKey()
Gets the value of the mapKey property.JaxbPluralAttribute.getMapKey()
Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbMapKeyImplModifier and TypeMethodDescriptionvoid
JaxbElementCollectionImpl.setMapKey
(JaxbMapKeyImpl value) Sets the value of the mapKey property.void
JaxbManyToManyImpl.setMapKey
(JaxbMapKeyImpl value) Sets the value of the mapKey property.void
JaxbOneToManyImpl.setMapKey
(JaxbMapKeyImpl value) Sets the value of the mapKey property.void
JaxbPluralAnyMappingImpl.setMapKey
(JaxbMapKeyImpl value) Sets the value of the mapKey property.void
JaxbPluralAttribute.setMapKey
(JaxbMapKeyImpl value)