Uses of Class
org.apache.openejb.jee.jpa.MapKeyJoinColumn
-
Packages that use MapKeyJoinColumn Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MapKeyJoinColumn in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa with type parameters of type MapKeyJoinColumn Modifier and Type Field Description protected List<MapKeyJoinColumn>ElementCollection. mapKeyJoinColumnprotected List<MapKeyJoinColumn>ManyToMany. mapKeyJoinColumnprotected List<MapKeyJoinColumn>OneToMany. mapKeyJoinColumnMethods in org.apache.openejb.jee.jpa that return MapKeyJoinColumn Modifier and Type Method Description MapKeyJoinColumnObjectFactory. createMapKeyJoinColumn()Create an instance ofMapKeyJoinColumnMethods in org.apache.openejb.jee.jpa that return types with arguments of type MapKeyJoinColumn Modifier and Type Method Description List<MapKeyJoinColumn>ElementCollection. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.List<MapKeyJoinColumn>ManyToMany. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.List<MapKeyJoinColumn>OneToMany. getMapKeyJoinColumn()Gets the value of the mapKeyJoinColumn property.
-