Uses of Interface
org.nakedobjects.plugins.sql.objectstore.PrimaryKey

Packages that use PrimaryKey
org.nakedobjects.plugins.sql.objectstore   
 

Uses of PrimaryKey in org.nakedobjects.plugins.sql.objectstore
 

Classes in org.nakedobjects.plugins.sql.objectstore that implement PrimaryKey
 class IntegerPrimaryKey
           
 class StringPrimaryKey
           
 class TransientKey
           
 

Methods in org.nakedobjects.plugins.sql.objectstore that return PrimaryKey
 PrimaryKey StringPrimaryKeyMapper.generateKey(Results rs, java.lang.String column)
           
 PrimaryKey PrimaryKeyMapper.generateKey(Results rs, java.lang.String column)
           
 PrimaryKey SqlOid.getPrimaryKey()
           
 

Methods in org.nakedobjects.plugins.sql.objectstore with parameters of type PrimaryKey
static SqlOid SqlOid.createPersistent(java.lang.String className, PrimaryKey primaryKey)
           
 void SqlOid.setId(PrimaryKey primaryKey)
          Should be called prior to SqlOid.makePersistent()
 

Constructors in org.nakedobjects.plugins.sql.objectstore with parameters of type PrimaryKey
SqlOid(java.lang.String className, PrimaryKey primaryKey, SqlOid.State state)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.