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 JaxbMapKeyClassImplJaxbElementCollectionImpl.mapKeyClassprotected JaxbMapKeyClassImplJaxbManyToManyImpl.mapKeyClassprotected JaxbMapKeyClassImplJaxbOneToManyImpl.mapKeyClassprotected JaxbMapKeyClassImplJaxbPluralAnyMappingImpl.mapKeyClassMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbMapKeyClassImplModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyClassImpl()Create an instance ofJaxbMapKeyClassImplJaxbElementCollectionImpl.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 TypeMethodDescriptionvoidJaxbElementCollectionImpl.setMapKeyClass(JaxbMapKeyClassImpl value) Sets the value of the mapKeyClass property.voidJaxbManyToManyImpl.setMapKeyClass(JaxbMapKeyClassImpl value) Sets the value of the mapKeyClass property.voidJaxbOneToManyImpl.setMapKeyClass(JaxbMapKeyClassImpl value) Sets the value of the mapKeyClass property.voidJaxbPluralAnyMappingImpl.setMapKeyClass(JaxbMapKeyClassImpl value) Sets the value of the mapKeyClass property.voidJaxbPluralAttribute.setMapKeyClass(JaxbMapKeyClassImpl value)