Interface InMemoryValueGenerationStrategy


  • public interface InMemoryValueGenerationStrategy
    • Method Detail

      • getGenerationTiming

        GenerationTiming getGenerationTiming()
        When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
        Returns:
        When the value is generated.
      • getValueGenerator

        ValueGenerator getValueGenerator()
        Obtain the in-VM value generator.

        May return 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 here

        Returns:
        The strategy for performing in-VM value generation