public final class DatastoreUUIDHexGenerator extends AbstractRDBMSGenerator<String>
connection| Constructor and Description |
|---|
DatastoreUUIDHexGenerator(String name,
Properties props)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
getStorageClass()
Accessor for the storage class for POIDs generated with this generator.
|
protected org.datanucleus.store.valuegenerator.ValueGenerationBlock<String> |
reserveBlock(long size)
Reserve a block of ids.
|
obtainGenerationBlock, requiresConnectiongetConnectionPreference, setConnectionProvider, setStoreManagerpublic DatastoreUUIDHexGenerator(String name, Properties props)
name - Symbolic name for this generatorprops - Properties defining the behaviour of this generatorpublic static Class getStorageClass()
Copyright © 2015. All rights reserved.