Uses of Class
org.apache.openejb.jee.jpa.ManyToOne
-
Packages that use ManyToOne Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManyToOne in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa with type parameters of type ManyToOne Modifier and Type Field Description protected List<ManyToOne>Attributes. manyToOneprotected List<ManyToOne>EmbeddableAttributes. manyToOneMethods in org.apache.openejb.jee.jpa that return ManyToOne Modifier and Type Method Description ManyToOneObjectFactory. createManyToOne()Create an instance ofManyToOneMethods in org.apache.openejb.jee.jpa that return types with arguments of type ManyToOne Modifier and Type Method Description List<ManyToOne>Attributes. getManyToOne()Gets the value of the manyToOne property.List<ManyToOne>EmbeddableAttributes. getManyToOne()Gets the value of the manyToOne property.
-