Class | Description |
---|---|
HibernateConfigProcessor |
MessageBrokerConfigProcessor implementation that uses the Hibernate Metadata API to determine all classes that potentially need
special AMF conversion rules applied to them to prevent lazy initialization errors. |
HibernateSerializationConfigPostProcessor |
BeanFactoryPostProcessor that will automatically configure Hibernate AMF serialization support if:
Hibernate is detected on the classpath
An instance of HibernateConfigProcessor has not been manually configured. |
JpaHibernateConfigProcessor |
Specialized subclass of
HibernateConfigProcessor that can be used with a Hibernate-provided JPA EntityManagerFactory
instead of the native Hibernate SessionFactory . |
Copyright © 2014. All rights reserved.