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