Uses of Class
org.apache.openejb.jee.jpa.OneToOne
-
Packages that use OneToOne Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of OneToOne in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa with type parameters of type OneToOne Modifier and Type Field Description protected List<OneToOne>Attributes. oneToOneprotected List<OneToOne>EmbeddableAttributes. oneToOneMethods in org.apache.openejb.jee.jpa that return OneToOne Modifier and Type Method Description OneToOneObjectFactory. createOneToOne()Create an instance ofOneToOneMethods in org.apache.openejb.jee.jpa that return types with arguments of type OneToOne Modifier and Type Method Description List<OneToOne>Attributes. getOneToOne()Gets the value of the oneToOne property.List<OneToOne>EmbeddableAttributes. getOneToOne()Gets the value of the oneToOne property.
-