Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbMapKey
-
Packages that use JaxbMapKey Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbMapKey in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbMapKey Modifier and Type Field Description protected JaxbMapKeyJaxbElementCollection. mapKeyprotected JaxbMapKeyJaxbManyToMany. mapKeyprotected JaxbMapKeyJaxbOneToMany. mapKeyMethods in org.hibernate.boot.jaxb.mapping that return JaxbMapKey Modifier and Type Method Description JaxbMapKeyObjectFactory. createJaxbMapKey()Create an instance ofJaxbMapKeyJaxbMapKeyCollectionAttribute. getMapKey()JaxbMapKeyJaxbElementCollection. getMapKey()Gets the value of the mapKey property.JaxbMapKeyJaxbManyToMany. getMapKey()Gets the value of the mapKey property.JaxbMapKeyJaxbOneToMany. getMapKey()Gets the value of the mapKey property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbMapKey Modifier and Type Method Description voidCollectionAttribute. 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.
-