Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClassImpl
Packages that use JaxbMapKeyClassImpl
-
Uses of JaxbMapKeyClassImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbMapKeyClassImplModifier and TypeFieldDescriptionprotected JaxbMapKeyClassImpl
JaxbElementCollectionImpl.mapKeyClass
protected JaxbMapKeyClassImpl
JaxbManyToManyImpl.mapKeyClass
protected JaxbMapKeyClassImpl
JaxbOneToManyImpl.mapKeyClass
protected JaxbMapKeyClassImpl
JaxbPluralAnyMappingImpl.mapKeyClass
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyClassImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyClassImpl()
Create an instance ofJaxbMapKeyClassImpl
JaxbElementCollectionImpl.getMapKeyClass()
Gets the value of the mapKeyClass property.JaxbManyToManyImpl.getMapKeyClass()
Gets the value of the mapKeyClass property.JaxbOneToManyImpl.getMapKeyClass()
Gets the value of the mapKeyClass property.JaxbPluralAnyMappingImpl.getMapKeyClass()
Gets the value of the mapKeyClass property.JaxbPluralAttribute.getMapKeyClass()
Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbMapKeyClassImplModifier and TypeMethodDescriptionvoid
JaxbElementCollectionImpl.setMapKeyClass
(JaxbMapKeyClassImpl value) Sets the value of the mapKeyClass property.void
JaxbManyToManyImpl.setMapKeyClass
(JaxbMapKeyClassImpl value) Sets the value of the mapKeyClass property.void
JaxbOneToManyImpl.setMapKeyClass
(JaxbMapKeyClassImpl value) Sets the value of the mapKeyClass property.void
JaxbPluralAnyMappingImpl.setMapKeyClass
(JaxbMapKeyClassImpl value) Sets the value of the mapKeyClass property.void
JaxbPluralAttribute.setMapKeyClass
(JaxbMapKeyClassImpl value)