public class PersistentCollectionConverterFactory extends Object implements ConverterFactory<PersistentCollection,Object>
ConverterFactory implementation that supplies a Converter instance that can convert PersistentCollection
instances from Hibernate. Given a specific PersistentCollection instance, the converter will:
PersistentCollection instance is uninitializedPersistentCollection is initialized| Constructor and Description |
|---|
PersistentCollectionConverterFactory() |
public PersistentCollectionConverterFactory()
public <T> Converter<PersistentCollection,T> getConverter(Class<T> targetType)
getConverter in interface ConverterFactory<PersistentCollection,Object>Copyright © 2014. All rights reserved.