Uses of Class
com.sun.jdo.api.persistence.mapping.ejb.beans.SecondaryTable

Packages that use SecondaryTable
com.sun.jdo.api.persistence.mapping.ejb.beans   
 

Uses of SecondaryTable in com.sun.jdo.api.persistence.mapping.ejb.beans
 

Methods in com.sun.jdo.api.persistence.mapping.ejb.beans that return SecondaryTable
 SecondaryTable[] EntityMapping.getSecondaryTable()
           
 SecondaryTable EntityMapping.getSecondaryTable(int index)
           
 SecondaryTable EntityMapping.newSecondaryTable()
          Create a new bean using it's default constructor.
 

Methods in com.sun.jdo.api.persistence.mapping.ejb.beans with parameters of type SecondaryTable
 int EntityMapping.addSecondaryTable(SecondaryTable value)
           
 int EntityMapping.removeSecondaryTable(SecondaryTable value)
           
 void EntityMapping.setSecondaryTable(int index, SecondaryTable value)
           
 void EntityMapping.setSecondaryTable(SecondaryTable[] value)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.