A B C E G H I N O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- annotationMetaDataProviderRegisterVariable(CtClass) - Static method in class org.hotswap.agent.plugin.hibernate.HibernateTransformers
B
- beanMetaDataManagerRegisterVariable(CtClass) - Static method in class org.hotswap.agent.plugin.hibernate.HibernateTransformers
C
- createContainerEntityManagerFactoryProxy(Object, PersistenceUnitInfo, Map, EntityManagerFactory) - Static method in class org.hotswap.agent.plugin.hibernate.HibernatePersistenceHelper
- createEntityManagerFactoryProxy(Object, String, Map, EntityManagerFactory) - Static method in class org.hotswap.agent.plugin.hibernate.HibernatePersistenceHelper
E
- EntityManagerFactoryProxy - Class in org.hotswap.agent.plugin.hibernate.proxy
-
Create a proxy for EntityManagerFactory and register all created proxies.
- EntityManagerFactoryProxy() - Constructor for class org.hotswap.agent.plugin.hibernate.proxy.EntityManagerFactoryProxy
- entityReload(CtClass, Class) - Method in class org.hotswap.agent.plugin.hibernate.HibernatePlugin
-
Reload after entity class change.
G
- getWrapper(String) - Static method in class org.hotswap.agent.plugin.hibernate.proxy.EntityManagerFactoryProxy
-
Create new wrapper for persistenceUnitName and hold it's instance for future use.
- getWrapper(Configuration) - Static method in class org.hotswap.agent.plugin.hibernate.proxy.SessionFactoryProxy
H
- HibernatePersistenceHelper - Class in org.hotswap.agent.plugin.hibernate
-
Helper to create a proxy for entity manager factory.
- HibernatePersistenceHelper() - Constructor for class org.hotswap.agent.plugin.hibernate.HibernatePersistenceHelper
- HibernatePlugin - Class in org.hotswap.agent.plugin.hibernate
-
Reload Hibernate configuration after entity create/change.
- HibernatePlugin() - Constructor for class org.hotswap.agent.plugin.hibernate.HibernatePlugin
- HibernateRefreshCommands - Class in org.hotswap.agent.plugin.hibernate
-
Reload the hibernate configuration.
- HibernateRefreshCommands() - Constructor for class org.hotswap.agent.plugin.hibernate.HibernateRefreshCommands
- HibernateTransformers - Class in org.hotswap.agent.plugin.hibernate
-
Static transformers for Hibernate plugin.
- HibernateTransformers() - Constructor for class org.hotswap.agent.plugin.hibernate.HibernateTransformers
I
- init(String, Boolean) - Method in class org.hotswap.agent.plugin.hibernate.HibernatePlugin
-
Plugin initialization properties (from HibernatePersistenceHelper or SessionFactoryProxy)
- invalidateClassCache() - Method in class org.hotswap.agent.plugin.hibernate.HibernatePlugin
N
- newEntity(CtClass) - Method in class org.hotswap.agent.plugin.hibernate.HibernatePlugin
-
New entity class - not covered by reloading mechanism.
O
- org.hotswap.agent.plugin.hibernate - package org.hotswap.agent.plugin.hibernate
- org.hotswap.agent.plugin.hibernate.proxy - package org.hotswap.agent.plugin.hibernate.proxy
P
- proxy(Object, EntityManagerFactory, String, PersistenceUnitInfo, Map) - Method in class org.hotswap.agent.plugin.hibernate.proxy.EntityManagerFactoryProxy
-
Create a proxy for EntityManagerFactory.
- proxy(SessionFactory, ServiceRegistry) - Method in class org.hotswap.agent.plugin.hibernate.proxy.SessionFactoryProxy
- proxyHibernatePersistence(CtClass) - Static method in class org.hotswap.agent.plugin.hibernate.HibernateTransformers
-
Override HibernatePersistence.createContainerEntityManagerFactory() to return EntityManagerFactory proxy object.
- proxySessionFactory(ClassLoader, ClassPool, CtClass) - Static method in class org.hotswap.agent.plugin.hibernate.HibernateTransformers
R
- refreshProxiedFactories() - Static method in class org.hotswap.agent.plugin.hibernate.proxy.EntityManagerFactoryProxy
-
Refresh all known wrapped factories.
- refreshProxiedFactories() - Static method in class org.hotswap.agent.plugin.hibernate.proxy.SessionFactoryProxy
- refreshProxiedFactory() - Method in class org.hotswap.agent.plugin.hibernate.proxy.EntityManagerFactoryProxy
-
Refresh a single persistence unit - replace the wrapped EntityManagerFactory with fresh instance.
- refreshProxiedFactory() - Method in class org.hotswap.agent.plugin.hibernate.proxy.SessionFactoryProxy
- refreshProxiedFactoryVersion43OrGreater() - Method in class org.hotswap.agent.plugin.hibernate.proxy.EntityManagerFactoryProxy
- registerAnnotationMetaDataProvider(Object) - Method in class org.hotswap.agent.plugin.hibernate.HibernatePlugin
- registerBeanMetaDataManager(Object) - Method in class org.hotswap.agent.plugin.hibernate.HibernatePlugin
- reloadEntityManagerFactory() - Static method in class org.hotswap.agent.plugin.hibernate.HibernateRefreshCommands
- reloadFlag - Static variable in class org.hotswap.agent.plugin.hibernate.HibernateRefreshCommands
-
Flag to check reload status.
- reloadSessionFactory() - Static method in class org.hotswap.agent.plugin.hibernate.HibernateRefreshCommands
- removeSessionFactoryImplFinalFlag(CtClass) - Static method in class org.hotswap.agent.plugin.hibernate.HibernateTransformers
-
Remove final flag from SessionFactoryImpl - we need to create a proxy on session factory and cannot use SessionFactory interface, because hibernate makes type cast to impl.
S
- SessionFactoryProxy - Class in org.hotswap.agent.plugin.hibernate.proxy
-
For Hibernate without EJB (EntityManager).
All Classes All Packages