com.jenkov.mrpersister.itf.mapping
Interface IObjectMappingKey
- All Known Implementing Classes:
- ObjectMappingKey
public interface IObjectMappingKey
- Author:
- Jakob Jenkov - Copyright 2005 Jenkov Development
getId
int getId()
- Deprecated. Although an internal id is used to distinguish one object mapping key
from another (used by the equals method), this id should not be publicly available.
- Returns the id of this object mapping key
- Returns:
getObjectClass
java.lang.Class getObjectClass()
getName
java.lang.String getName()
getCustomObjectMapper
ICustomObjectMapper getCustomObjectMapper()