public interface InMemoryValueGenerationStrategy
| Modifier and Type | Method and Description |
|---|---|
GenerationTiming |
getGenerationTiming()
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
|
ValueGenerator |
getValueGenerator()
Obtain the in-VM value generator.
|
GenerationTiming getGenerationTiming()
ValueGenerator getValueGenerator()
null. In fact for values that are generated "in the database" via execution of the
INSERT/UPDATE statement, the expectation is that null be returned hereCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.