Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbMapKey
Packages that use JaxbMapKey
-
Uses of JaxbMapKey in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbMapKeyModifier and TypeFieldDescriptionprotected JaxbMapKeyJaxbElementCollection.mapKeyprotected JaxbMapKeyJaxbManyToMany.mapKeyprotected JaxbMapKeyJaxbOneToMany.mapKeyMethods in org.hibernate.boot.jaxb.mapping that return JaxbMapKeyModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKey()Create an instance ofJaxbMapKeyCollectionAttribute.getMapKey()JaxbElementCollection.getMapKey()Gets the value of the mapKey property.JaxbManyToMany.getMapKey()Gets the value of the mapKey property.JaxbOneToMany.getMapKey()Gets the value of the mapKey property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbMapKeyModifier and TypeMethodDescriptionvoidCollectionAttribute.setMapKey(JaxbMapKey value) voidJaxbElementCollection.setMapKey(JaxbMapKey value) Sets the value of the mapKey property.voidJaxbManyToMany.setMapKey(JaxbMapKey value) Sets the value of the mapKey property.voidJaxbOneToMany.setMapKey(JaxbMapKey value) Sets the value of the mapKey property.