Uses of Class
org.jcoderz.commons.EntityNotFoundException

Packages that use EntityNotFoundException
org.jcoderz.commons.config   
 

Uses of EntityNotFoundException in org.jcoderz.commons.config
 

Methods in org.jcoderz.commons.config that throw EntityNotFoundException
static ConfigEntity ConfigEntityHelper.findByPrimaryKey(String id)
          Finds a ConfigEntity by String (primary key).
static ConfigEntity ConfigEntityHelper.findReadOnlyByPrimaryKey(String id)
          Finds a ConfigEntity as ReadOnly by String (primary key).
 



Copyright 2007 The jCoderZ Project.