Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbMapKeyColumn

Packages that use JaxbMapKeyColumn
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbMapKeyColumn in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbMapKeyColumn
protected  JaxbMapKeyColumn JaxbElementCollection.mapKeyColumn
           
protected  JaxbMapKeyColumn JaxbOneToMany.mapKeyColumn
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbMapKeyColumn
 JaxbMapKeyColumn ObjectFactory.createJaxbMapKeyColumn()
          Create an instance of JaxbMapKeyColumn
 JaxbMapKeyColumn JaxbElementCollection.getMapKeyColumn()
          Gets the value of the mapKeyColumn property.
 JaxbMapKeyColumn JaxbOneToMany.getMapKeyColumn()
          Gets the value of the mapKeyColumn property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbMapKeyColumn
 void JaxbElementCollection.setMapKeyColumn(JaxbMapKeyColumn value)
          Sets the value of the mapKeyColumn property.
 void JaxbOneToMany.setMapKeyColumn(JaxbMapKeyColumn value)
          Sets the value of the mapKeyColumn property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.