Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
-
Packages that use JaxbMapKeyColumn Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbMapKeyColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbMapKeyColumn Modifier and Type Field Description protected JaxbMapKeyColumn
JaxbElementCollection. mapKeyColumn
protected JaxbMapKeyColumn
JaxbManyToMany. mapKeyColumn
protected JaxbMapKeyColumn
JaxbOneToMany. mapKeyColumn
Methods in org.hibernate.boot.jaxb.mapping that return JaxbMapKeyColumn Modifier and Type Method Description JaxbMapKeyColumn
ObjectFactory. createJaxbMapKeyColumn()
Create an instance ofJaxbMapKeyColumn
JaxbMapKeyColumn
CollectionAttribute. getMapKeyColumn()
JaxbMapKeyColumn
JaxbElementCollection. getMapKeyColumn()
Gets the value of the mapKeyColumn property.JaxbMapKeyColumn
JaxbManyToMany. getMapKeyColumn()
Gets the value of the mapKeyColumn property.JaxbMapKeyColumn
JaxbOneToMany. getMapKeyColumn()
Gets the value of the mapKeyColumn property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbMapKeyColumn Modifier and Type Method Description void
CollectionAttribute. setMapKeyColumn(JaxbMapKeyColumn value)
void
JaxbElementCollection. setMapKeyColumn(JaxbMapKeyColumn value)
Sets the value of the mapKeyColumn property.void
JaxbManyToMany. setMapKeyColumn(JaxbMapKeyColumn value)
Sets the value of the mapKeyColumn property.void
JaxbOneToMany. setMapKeyColumn(JaxbMapKeyColumn value)
Sets the value of the mapKeyColumn property.
-