Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
-
Packages that use JaxbMapKey Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbMapKey in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbMapKey Modifier and Type Field Description protected JaxbMapKeyJaxbElementCollection. mapKeyprotected JaxbMapKeyJaxbManyToMany. mapKeyprotected JaxbMapKeyJaxbOneToMany. mapKeyMethods in org.hibernate.boot.jaxb.mapping.spi 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.spi 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.
-