1 package mobisnap.common;
2
3 /***
4 * factory to create unique identifiers (result of a newuid command)
5 */
6 public interface UIDFactory
7 {
8 /***
9 * Returns a new unique identifier that can be
10 * used in a sql statement to insert into the database
11 */
12 MobisnapUID getNewUID();
13 }
This page was automatically generated by Maven