|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ejie.r01f.guids.BDGUIDPersist
Se encarga del acceso a base de datos para la generacion de GUIDs. Si no se facilitan las propiedades para acceder a la tabla de UIDs, se utiliza la tabla de uids de la base de datos de R01F
Constructor Summary | |
BDGUIDPersist()
Creates new UIDPersist |
Method Summary | |
Key |
getHighKeyValue(GUIDDispenserDef dispDef)
Carga el valor de High |
boolean |
updateGUID(GUIDDispenserDef dispDef,
Key newHighKey)
Actualiza el valor de un guid |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BDGUIDPersist()
Method Detail |
public Key getHighKeyValue(GUIDDispenserDef dispDef) throws GUIDDispenserException
getHighKeyValue
in interface GUIDPersist
UIDDispenserException:
- Si hay errores
GUIDDispenserException
public boolean updateGUID(GUIDDispenserDef dispDef, Key newHighKey) throws GUIDDispenserException
updateGUID
in interface GUIDPersist
UIDDispenserException
- si hay errores
GUIDDispenserException
- si hay errores
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |