Uses of Class
org.apache.openejb.jee.jpa.OneToMany
-
Packages that use OneToMany Package Description 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 Modifier and Type Field Description protected List<OneToMany>Attributes. oneToManyprotected List<OneToMany>EmbeddableAttributes. oneToManyMethods in org.apache.openejb.jee.jpa that return OneToMany Modifier and Type Method Description OneToManyObjectFactory. createOneToMany()Create an instance ofOneToManyMethods in org.apache.openejb.jee.jpa that return types with arguments of type OneToMany Modifier and Type Method Description List<OneToMany>Attributes. getOneToMany()Gets the value of the oneToMany property.List<OneToMany>EmbeddableAttributes. getOneToMany()Gets the value of the oneToMany property.
-