com.jenkov.mrpersister.itf.mapping
Interface IObjectMappingKey

All Known Implementing Classes:
ObjectMappingKey

public interface IObjectMappingKey

Author:
Jakob Jenkov - Copyright 2005 Jenkov Development

Method Summary
 ICustomObjectMapper getCustomObjectMapper()
           
 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.
 java.lang.String getName()
           
 java.lang.Class getObjectClass()
           
 

Method Detail

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()