com.subshell.persistence.mapper
Interface PersistenceMapperConfiguration

All Known Implementing Classes:
PropertyPersistenceMapperConfiguration

public interface PersistenceMapperConfiguration

Provides persistence mapper configuration settings.


Method Summary
<T> Class<PersistenceMapper<T>>
getMapperForClass(Class<T> clazz)
          Returns a persistence mapper's class for the specified object class.
 

Method Detail

getMapperForClass

<T> Class<PersistenceMapper<T>> getMapperForClass(Class<T> clazz)
                                              throws PersistenceException
Returns a persistence mapper's class for the specified object class.

Parameters:
clazz - class to return a persistence mapper's class for
Returns:
class of the persistence mapper which handles instances of clazz
Throws:
PersistenceException - when there is a persistence-related error


Copyright © 2004-2005 subshell GmbH. All Rights Reserved.