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

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

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

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

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

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



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