Uses of Class
org.jaffa.persistence.exceptions.UpdatePrimaryKeyException

Packages that use UpdatePrimaryKeyException
org.jaffa.rules.examples.domain   
 

Uses of UpdatePrimaryKeyException in org.jaffa.rules.examples.domain
 

Methods in org.jaffa.rules.examples.domain that throw UpdatePrimaryKeyException
 void ValidFieldValue.setTableName(String tableName)
          Use this method to update the property tableName.
 void ValidFieldValue.updateTableName(String tableName)
          This method is present for backwards compatibility only.
 void ValidFieldValue.setFieldName(String fieldName)
          Use this method to update the property fieldName.
 void ValidFieldValue.updateFieldName(String fieldName)
          This method is present for backwards compatibility only.
 void ValidFieldValue.setLegalValue(String legalValue)
          Use this method to update the property legalValue.
 void ValidFieldValue.updateLegalValue(String legalValue)
          This method is present for backwards compatibility only.
 



Copyright © 2002-2004 JAFFA Project.