Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.model.KeyDesc
-
Packages that use KeyDesc Package Description com.sun.jdo.spi.persistence.support.sqlstore.model -
-
Uses of KeyDesc in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model that return KeyDesc Modifier and Type Method Description KeyDescTableDesc. getKey()Return the primary key for the table.KeyDescReferenceKeyDesc. getReferencedKey()KeyDescReferenceKeyDesc. getReferencingKey()Constructors in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type KeyDesc Constructor Description ReferenceKeyDesc(TableDesc table, KeyDesc referencingKey, KeyDesc referencedKey)
-