Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Packages that use JaxbMapKeyColumn Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbMapKeyColumn in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbMapKeyColumn Modifier and Type Field Description protected JaxbMapKeyColumnJaxbElementCollection. mapKeyColumnprotected JaxbMapKeyColumnJaxbManyToMany. mapKeyColumnprotected JaxbMapKeyColumnJaxbOneToMany. mapKeyColumnMethods in org.hibernate.boot.jaxb.mapping.spi 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.spi 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.
-