public class PersistentCollectionConverterFactory extends Object implements ConverterFactory<org.hibernate.collection.spi.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 initializedConstructor and Description |
---|
PersistentCollectionConverterFactory() |
Modifier and Type | Method and Description |
---|---|
<T> Converter<org.hibernate.collection.spi.PersistentCollection,T> |
getConverter(Class<T> targetType) |
public PersistentCollectionConverterFactory()
public <T> Converter<org.hibernate.collection.spi.PersistentCollection,T> getConverter(Class<T> targetType)
getConverter
in interface ConverterFactory<org.hibernate.collection.spi.PersistentCollection,Object>
Copyright © 2014. All rights reserved.