Uses of Class
org.apache.openejb.jee.jpa.ElementCollection
-
Packages that use ElementCollection Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ElementCollection in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa with type parameters of type ElementCollection Modifier and Type Field Description protected List<ElementCollection>Attributes. elementCollectionprotected List<ElementCollection>EmbeddableAttributes. elementCollectionMethods in org.apache.openejb.jee.jpa that return ElementCollection Modifier and Type Method Description ElementCollectionObjectFactory. createElementCollection()Create an instance ofElementCollectionMethods in org.apache.openejb.jee.jpa that return types with arguments of type ElementCollection Modifier and Type Method Description List<ElementCollection>Attributes. getElementCollection()Gets the value of the elementCollection property.List<ElementCollection>EmbeddableAttributes. getElementCollection()Gets the value of the elementCollection property.
-