Class | Description |
---|---|
HibernateProxyConverter |
GenericConverter implementation that converts from HibernateProxy to Object and will either:
Convert to null if the HibernateProxy instance is uninitialized
Convert to the underlying proxied class if the HibernateProxy is initialized
|
PersistentCollectionConverterFactory |
ConverterFactory implementation that supplies a Converter instance that can convert PersistentCollection
instances from Hibernate. |
Copyright © 2014. All rights reserved.