Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
-
Packages that use JaxbMapKeyClass Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbMapKeyClass in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbMapKeyClass Modifier and Type Field Description protected JaxbMapKeyClass
JaxbElementCollection. mapKeyClass
protected JaxbMapKeyClass
JaxbManyToMany. mapKeyClass
protected JaxbMapKeyClass
JaxbOneToMany. mapKeyClass
Methods in org.hibernate.boot.jaxb.mapping that return JaxbMapKeyClass Modifier and Type Method Description JaxbMapKeyClass
ObjectFactory. createJaxbMapKeyClass()
Create an instance ofJaxbMapKeyClass
JaxbMapKeyClass
CollectionAttribute. getMapKeyClass()
JaxbMapKeyClass
JaxbElementCollection. getMapKeyClass()
Gets the value of the mapKeyClass property.JaxbMapKeyClass
JaxbManyToMany. getMapKeyClass()
Gets the value of the mapKeyClass property.JaxbMapKeyClass
JaxbOneToMany. getMapKeyClass()
Gets the value of the mapKeyClass property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbMapKeyClass Modifier and Type Method Description void
CollectionAttribute. setMapKeyClass(JaxbMapKeyClass value)
void
JaxbElementCollection. setMapKeyClass(JaxbMapKeyClass value)
Sets the value of the mapKeyClass property.void
JaxbManyToMany. setMapKeyClass(JaxbMapKeyClass value)
Sets the value of the mapKeyClass property.void
JaxbOneToMany. setMapKeyClass(JaxbMapKeyClass value)
Sets the value of the mapKeyClass property.
-