Package net.ontopia.persistence.proxy
Interface KeyGeneratorIF
-
- All Known Implementing Classes:
HighLowKeyGenerator
public interface KeyGeneratorIFINTERNAL: Interface for generating new object identities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityIFgenerateKey(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.
-
-