public static class OptimizerFactory.NoopOptimizer extends OptimizerFactory.OptimizerSupport
incrementSize, returnClass| Constructor and Description |
|---|
OptimizerFactory.NoopOptimizer(java.lang.Class returnClass,
int incrementSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyIncrementSizeToSourceValues()
Are increments to be applied to the values stored in the underlying
value source?
|
java.io.Serializable |
generate(AccessCallback callback)
Generate an identifier value accounting for this specific optimization.
|
IntegralDataTypeHolder |
getLastSourceValue()
A common means to access the last value obtained from the underlying
source.
|
getIncrementSize, getReturnClasspublic OptimizerFactory.NoopOptimizer(java.lang.Class returnClass,
int incrementSize)
public java.io.Serializable generate(AccessCallback callback)
callback - Callback to access the underlying value source.public IntegralDataTypeHolder getLastSourceValue()
public boolean applyIncrementSizeToSourceValues()
Copyright © 2013. All Rights Reserved.