Make generateID() throw Exception
This commit is contained in:
parent
3ff46c6dd3
commit
a37a4e9216
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ public interface IDGenerator {
|
|||
* @param dbmap
|
||||
* @return
|
||||
*/
|
||||
public String generateID(DbMapping dbmap);
|
||||
public String generateID(DbMapping dbmap) throws Exception;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue