Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn

Packages that use MapKeyColumn
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of MapKeyColumn in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as MapKeyColumn
protected  MapKeyColumn OneToMany.mapKeyColumn
           
protected  MapKeyColumn ElementCollection.mapKeyColumn
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return MapKeyColumn
 MapKeyColumn ObjectFactory.createMapKeyColumn()
          Create an instance of MapKeyColumn
 MapKeyColumn OneToMany.getMapKeyColumn()
          Gets the value of the mapKeyColumn property.
 MapKeyColumn ElementCollection.getMapKeyColumn()
          Gets the value of the mapKeyColumn property.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type MapKeyColumn
 void OneToMany.setMapKeyColumn(MapKeyColumn value)
          Sets the value of the mapKeyColumn property.
 void ElementCollection.setMapKeyColumn(MapKeyColumn value)
          Sets the value of the mapKeyColumn property.
 



Copyright © 2009-2011. All Rights Reserved.