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 JaxbMapKey
JaxbElementCollection. mapKey
protected JaxbMapKey
JaxbManyToMany. mapKey
protected JaxbMapKey
JaxbOneToMany. mapKey
Methods in org.hibernate.boot.jaxb.mapping that return JaxbMapKey Modifier and Type Method Description JaxbMapKey
ObjectFactory. createJaxbMapKey()
Create an instance ofJaxbMapKey
JaxbMapKey
CollectionAttribute. getMapKey()
JaxbMapKey
JaxbElementCollection. getMapKey()
Gets the value of the mapKey property.JaxbMapKey
JaxbManyToMany. getMapKey()
Gets the value of the mapKey property.JaxbMapKey
JaxbOneToMany. 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 void
CollectionAttribute. setMapKey(JaxbMapKey value)
void
JaxbElementCollection. setMapKey(JaxbMapKey value)
Sets the value of the mapKey property.void
JaxbManyToMany. setMapKey(JaxbMapKey value)
Sets the value of the mapKey property.void
JaxbOneToMany. setMapKey(JaxbMapKey value)
Sets the value of the mapKey property.
-