Package net.ontopia.persistence.proxy
Interface KeyGeneratorIF
-
- All Known Implementing Classes:
HighLowKeyGenerator
public interface KeyGeneratorIF
INTERNAL: Interface for generating new object identities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityIF
generateKey(Class<?> type)
INTERNAL: Generates a new object identity of the specified object type.
-
-
-
Method Detail
-
generateKey
IdentityIF generateKey(Class<?> type)
INTERNAL: Generates a new object identity of the specified object type.
-
-