Uses of Class
org.apache.openejb.jee.jpa.CollectionTable

Packages that use CollectionTable
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of CollectionTable in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as CollectionTable
protected  CollectionTable ElementCollection.collectionTable
           
 

Methods in org.apache.openejb.jee.jpa that return CollectionTable
 CollectionTable ObjectFactory.createCollectionTable()
          Create an instance of CollectionTable
 CollectionTable ElementCollection.getCollectionTable()
          Gets the value of the collectionTable property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type CollectionTable
 void ElementCollection.setCollectionTable(CollectionTable value)
          Sets the value of the collectionTable property.
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.