Uses of Class
org.apache.openejb.jee.jpa.ManyToMany
-
Packages that use ManyToMany Package Description 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 Modifier and Type Field Description protected List<ManyToMany>Attributes. manyToManyprotected List<ManyToMany>EmbeddableAttributes. manyToManyMethods in org.apache.openejb.jee.jpa that return ManyToMany Modifier and Type Method Description ManyToManyObjectFactory. createManyToMany()Create an instance ofManyToManyMethods in org.apache.openejb.jee.jpa that return types with arguments of type ManyToMany Modifier and Type Method Description List<ManyToMany>Attributes. getManyToMany()Gets the value of the manyToMany property.List<ManyToMany>EmbeddableAttributes. getManyToMany()Gets the value of the manyToMany property.
-