Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Packages that use JaxbMapKeyColumn
-
Uses of JaxbMapKeyColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbMapKeyColumnModifier and TypeFieldDescriptionprotected JaxbMapKeyColumnJaxbElementCollection.mapKeyColumnprotected JaxbMapKeyColumnJaxbManyToMany.mapKeyColumnprotected JaxbMapKeyColumnJaxbOneToMany.mapKeyColumnMethods in org.hibernate.boot.jaxb.mapping that return JaxbMapKeyColumnModifier and TypeMethodDescriptionObjectFactory.createJaxbMapKeyColumn()Create an instance ofJaxbMapKeyColumnCollectionAttribute.getMapKeyColumn()JaxbElementCollection.getMapKeyColumn()Gets the value of the mapKeyColumn property.JaxbManyToMany.getMapKeyColumn()Gets the value of the mapKeyColumn property.JaxbOneToMany.getMapKeyColumn()Gets the value of the mapKeyColumn property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbMapKeyColumnModifier and TypeMethodDescriptionvoidCollectionAttribute.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.