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 JaxbMapKeyImplJaxbElementCollectionImpl.mapKeyprotected JaxbMapKeyImplJaxbManyToManyImpl.mapKeyprotected JaxbMapKeyImplJaxbOneToManyImpl.mapKeyprotected JaxbMapKeyImplJaxbPluralAnyMappingImpl.mapKeyMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyImpl()Create an instance ofJaxbMapKeyImplJaxbElementCollectionImpl.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 TypeMethodDescriptionvoidJaxbElementCollectionImpl.setMapKey(JaxbMapKeyImpl value) Sets the value of the mapKey property.voidJaxbManyToManyImpl.setMapKey(JaxbMapKeyImpl value) Sets the value of the mapKey property.voidJaxbOneToManyImpl.setMapKey(JaxbMapKeyImpl value) Sets the value of the mapKey property.voidJaxbPluralAnyMappingImpl.setMapKey(JaxbMapKeyImpl value) Sets the value of the mapKey property.voidJaxbPluralAttribute.setMapKey(JaxbMapKeyImpl value)