Uses of Class
com.sun.jdo.api.persistence.mapping.ejb.beans.SecondaryTable
Packages that use SecondaryTable
-
Uses of SecondaryTable in com.sun.jdo.api.persistence.mapping.ejb.beans
Methods in com.sun.jdo.api.persistence.mapping.ejb.beans that return SecondaryTableModifier and TypeMethodDescriptionEntityMapping.getSecondaryTable()EntityMapping.getSecondaryTable(int index) 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 SecondaryTableModifier and TypeMethodDescriptionintEntityMapping.addSecondaryTable(SecondaryTable value) intEntityMapping.removeSecondaryTable(SecondaryTable value) voidEntityMapping.setSecondaryTable(int index, SecondaryTable value) voidEntityMapping.setSecondaryTable(SecondaryTable[] value)