|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.poid.AbstractPoidGenerator
org.jpox.store.poid.AbstractDatastorePoidGenerator
org.jpox.store.rdbms.poid.AbstractRDBMSPoidGenerator
org.jpox.store.rdbms.poid.DatastoreUUIDHexPoidGenerator
Generator for POIDs using datastore-based UUID generation.
Field Summary | |
protected static Localiser |
LOCALISER_RDBMS
|
Fields inherited from class org.jpox.store.rdbms.poid.AbstractRDBMSPoidGenerator |
connection |
Fields inherited from class org.jpox.store.poid.AbstractDatastorePoidGenerator |
connectionProvider, storeMgr |
Fields inherited from class org.jpox.store.poid.AbstractPoidGenerator |
defaultBlockSize, LOCALISER, name, poidBlock, properties |
Constructor Summary | |
DatastoreUUIDHexPoidGenerator(java.lang.String name,
java.util.Properties props)
Constructor. |
Method Summary | |
protected PoidBlock |
reserveBlock(long size)
Reserve a block of ids. |
Methods inherited from class org.jpox.store.rdbms.poid.AbstractRDBMSPoidGenerator |
obtainPoidBlock, requiresConnection |
Methods inherited from class org.jpox.store.poid.AbstractDatastorePoidGenerator |
setConnectionProvider, setStoreManager |
Methods inherited from class org.jpox.store.poid.AbstractPoidGenerator |
allocate, createRepository, current, currentValue, getName, next, nextValue, obtainPoidBlock, requiresRepository, reserveBlock |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final Localiser LOCALISER_RDBMS
Constructor Detail |
public DatastoreUUIDHexPoidGenerator(java.lang.String name, java.util.Properties props)
name
- Symbolic name for this generatorprops
- Properties defining the behaviour of this generatorMethod Detail |
protected PoidBlock reserveBlock(long size)
reserveBlock
in class AbstractPoidGenerator
size
- Block size
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |