Spring BlazeDS Integration

org.springframework.flex.core.io
Class PersistentCollectionConverterFactory

java.lang.Object
  extended by org.springframework.flex.core.io.PersistentCollectionConverterFactory
All Implemented Interfaces:
ConverterFactory<org.hibernate.collection.PersistentCollection,Object>

public class PersistentCollectionConverterFactory
extends Object
implements ConverterFactory<org.hibernate.collection.PersistentCollection,Object>

ConverterFactory implementation that supplies a Converter instance that can convert PersistentCollection instances from Hibernate. Given a specific PersistentCollection instance, the converter will:

Author:
Jeremy Grelle

Constructor Summary
PersistentCollectionConverterFactory()
           
 
Method Summary
<T> Converter<org.hibernate.collection.PersistentCollection,T>
getConverter(Class<T> targetType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentCollectionConverterFactory

public PersistentCollectionConverterFactory()
Method Detail

getConverter

public <T> Converter<org.hibernate.collection.PersistentCollection,T> getConverter(Class<T> targetType)
Specified by:
getConverter in interface ConverterFactory<org.hibernate.collection.PersistentCollection,Object>

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.