Uses of Class
org.apache.openejb.jee.jpa.ManyToMany

Packages that use ManyToMany
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ManyToMany in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa with type parameters of type ManyToMany
protected  List<ManyToMany> Attributes.manyToMany
           
protected  List<ManyToMany> EmbeddableAttributes.manyToMany
           
 

Methods in org.apache.openejb.jee.jpa that return ManyToMany
 ManyToMany ObjectFactory.createManyToMany()
          Create an instance of ManyToMany
 

Methods in org.apache.openejb.jee.jpa that return types with arguments of type ManyToMany
 List<ManyToMany> Attributes.getManyToMany()
          Gets the value of the manyToMany property.
 List<ManyToMany> EmbeddableAttributes.getManyToMany()
          Gets the value of the manyToMany property.
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.