Interface KeyGeneratorIF

All Known Implementing Classes:
HighLowKeyGenerator

public interface KeyGeneratorIF
INTERNAL: Interface for generating new object identities.
  • Method Summary

    Modifier and Type
    Method
    Description
    generateKey(Class<?> type)
    INTERNAL: Generates a new object identity of the specified object type.
  • Method Details

    • generateKey

      IdentityIF generateKey(Class<?> type)
      INTERNAL: Generates a new object identity of the specified object type.