|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.customer.order.ejb.UUIDGenerator
This class is used to generate unique primary keys for OrderEJB. Used by the OrderDAOCS.java
OrderDAOCS
, Serialized FormConstructor Summary | |
UUIDGenerator()
|
Method Summary | |
static int |
nextSeqNum(java.sql.Connection dbConnection)
This method gets the next sequence number and updates the sequence number. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public UUIDGenerator()
Method Detail |
public static int nextSeqNum(java.sql.Connection dbConnection) throws OrderDAOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |