Uses of Class
com.sun.jdo.api.persistence.mapping.ejb.beans.SecondaryTable
-
Packages that use SecondaryTable Package Description 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 Modifier and Type Method Description SecondaryTable[]EntityMapping. getSecondaryTable()SecondaryTableEntityMapping. getSecondaryTable(int index)SecondaryTableEntityMapping. 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 Modifier and Type Method Description intEntityMapping. addSecondaryTable(SecondaryTable value)intEntityMapping. removeSecondaryTable(SecondaryTable value)voidEntityMapping. setSecondaryTable(int index, SecondaryTable value)voidEntityMapping. setSecondaryTable(SecondaryTable[] value)
-