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 JaxbMapKeyColumnJaxbElementCollection. mapKeyColumnprotected JaxbMapKeyColumnJaxbManyToMany. mapKeyColumnprotected JaxbMapKeyColumnJaxbOneToMany. mapKeyColumnMethods in org.hibernate.boot.jaxb.mapping that return JaxbMapKeyColumn Modifier and Type Method Description JaxbMapKeyColumnObjectFactory. createJaxbMapKeyColumn()Create an instance ofJaxbMapKeyColumnJaxbMapKeyColumnCollectionAttribute. getMapKeyColumn()JaxbMapKeyColumnJaxbElementCollection. getMapKeyColumn()Gets the value of the mapKeyColumn property.JaxbMapKeyColumnJaxbManyToMany. getMapKeyColumn()Gets the value of the mapKeyColumn property.JaxbMapKeyColumnJaxbOneToMany. 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 voidCollectionAttribute. setMapKeyColumn(JaxbMapKeyColumn value)voidJaxbElementCollection. setMapKeyColumn(JaxbMapKeyColumn value)Sets the value of the mapKeyColumn property.voidJaxbManyToMany. setMapKeyColumn(JaxbMapKeyColumn value)Sets the value of the mapKeyColumn property.voidJaxbOneToMany. setMapKeyColumn(JaxbMapKeyColumn value)Sets the value of the mapKeyColumn property.
-