Uses of Class
org.apache.openejb.jee.jpa.MapKeyColumn
-
Packages that use MapKeyColumn Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MapKeyColumn in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as MapKeyColumn Modifier and Type Field Description protected MapKeyColumnElementCollection. mapKeyColumnprotected MapKeyColumnManyToMany. mapKeyColumnprotected MapKeyColumnOneToMany. mapKeyColumnMethods in org.apache.openejb.jee.jpa 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.apache.openejb.jee.jpa 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.
-