Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Packages that use MapKeyColumn Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of MapKeyColumn in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as MapKeyColumn Modifier and Type Field Description protected MapKeyColumnElementCollection. mapKeyColumnprotected MapKeyColumnManyToMany. mapKeyColumnprotected MapKeyColumnOneToMany. mapKeyColumnMethods in org.hibernate.jpamodelgen.xml.jaxb that return MapKeyColumn Modifier and Type Method Description MapKeyColumnObjectFactory. createMapKeyColumn()Create an instance ofMapKeyColumnMapKeyColumnElementCollection. getMapKeyColumn()Gets the value of the mapKeyColumn property.MapKeyColumnManyToMany. getMapKeyColumn()Gets the value of the mapKeyColumn property.MapKeyColumnOneToMany. getMapKeyColumn()Gets the value of the mapKeyColumn property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type MapKeyColumn Modifier and Type Method Description voidElementCollection. setMapKeyColumn(MapKeyColumn value)Sets the value of the mapKeyColumn property.voidManyToMany. setMapKeyColumn(MapKeyColumn value)Sets the value of the mapKeyColumn property.voidOneToMany. setMapKeyColumn(MapKeyColumn value)Sets the value of the mapKeyColumn property.
-