org.granite.hibernate4.jmf
Class PersistentSortedMapCodec

java.lang.Object
  extended by org.granite.hibernate4.jmf.AbstractPersistentCollectionCodec<org.hibernate.collection.internal.PersistentSortedMap>
      extended by org.granite.hibernate4.jmf.PersistentSortedMapCodec
All Implemented Interfaces:
ExtendedObjectCodec

public class PersistentSortedMapCodec
extends AbstractPersistentCollectionCodec<org.hibernate.collection.internal.PersistentSortedMap>

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.granite.hibernate4.jmf.AbstractPersistentCollectionCodec
clientCollectionClassName, hibernateCollectionClass
 
Constructor Summary
PersistentSortedMapCodec()
           
 
Method Summary
 org.hibernate.collection.internal.PersistentSortedMap newInstance(ExtendedObjectInput in, String className)
           
 
Methods inherited from class org.granite.hibernate4.jmf.AbstractPersistentCollectionCodec
canDecode, canEncode, decode, encode, getDecodedClassName, getEncodedClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentSortedMapCodec

public PersistentSortedMapCodec()
Method Detail

newInstance

public org.hibernate.collection.internal.PersistentSortedMap newInstance(ExtendedObjectInput in,
                                                                         String className)
                                                                  throws IOException,
                                                                         ClassNotFoundException,
                                                                         InstantiationException,
                                                                         IllegalAccessException,
                                                                         InvocationTargetException,
                                                                         SecurityException,
                                                                         NoSuchMethodException
Throws:
IOException
ClassNotFoundException
InstantiationException
IllegalAccessException
InvocationTargetException
SecurityException
NoSuchMethodException