Issues
- EntityManagerFactory should be exposed as a primary beanAXAHM-30
- Add developer mode debug controller for entity interceptorsAXAHM-29
- Add logging before execution of an EntityInterceptorAXAHM-28
- HibernateConfiguration does not set entityManagerFactory as primary in the bean definition when more than one datasource is registered.AXAHM-27Marc Vanbrabant
- Add args constructors to entity base classesAXAHM-26
- Migrate documentation to separate repositoryAXAHM-25
- Issues with repository intercepting with multiple datasourcesAXAHM-24
- Replace the default Spring Boot JPA behaviourAXAHM-23Resolved issue: AXAHM-23
- Relaxed binding support is broken for AcrossHibernate propertiesAXAHM-22Resolved issue: AXAHM-22
- Datasource not found if added transitivelyAXAHM-21Resolved issue: AXAHM-21
- Refactor AuditableSchemaInstaller to avoid registering bean in parent BeanFactoryAXAHM-20Resolved issue: AXAHM-20Arne Vandamme
- Switch to @ConfigurationProperties for settingsAXAHM-19Resolved issue: AXAHM-19
- AcrossSequenceGenerator does not take initialValue into accountAXAHM-18Resolved issue: AXAHM-18
- Allow packages to be configured using @ModuleConfigurationAXAHM-17Resolved issue: AXAHM-17
- Document AuditableSchemaInstallerAXAHM-16Resolved issue: AXAHM-16
- Reference documentation should explain AuditableSchemaInstallerAXAHM-15Resolved issue: AXAHM-15Arne Vandamme
- Support Undeletable entitiesAXAHM-1
- Add a Closeable to UnitOfWorkFactoryAXAHM-8Resolved issue: AXAHM-8Marc Vanbrabant
- Provide @EnableAcrossJpaRepositories annotationAXAHM-9Resolved issue: AXAHM-9Arne Vandamme
- EntityInterceptors should run within the same transactionAXAHM-3Resolved issue: AXAHM-3
- Update basic documentationAXAHM-6Resolved issue: AXAHM-6
- JPA EntityInterceptor implementation should allow additional entities to be createdAXAHM-10Resolved issue: AXAHM-10Arne Vandamme
- AuditableSchemaInstaller should support multiple tablesAXAHM-13Resolved issue: AXAHM-13
- Refactor UnitOfWorkFactory to support multiple types in one factoryAXAHM-12
- Support Spring Data JPA repository for entitiesAXAHM-2Resolved issue: AXAHM-2Arne Vandamme
- README for hibernate moduleAXAHM-4Resolved issue: AXAHM-4
- BasicRepository should provide paging on getAll/getAllForIds to avoid overflow for big entity tablesAXAHM-7Resolved issue: AXAHM-7
- Consider making across-hibernate an Infrastructure moduleAXAHM-14Resolved issue: AXAHM-14Arne Vandamme
- Auto hookup OpenSessionInViewInterceptorAXAHM-11Resolved issue: AXAHM-11
29 of 29
EntityManagerFactory should be exposed as a primary bean
Description
Environment
None
Details
Details
Details
Created January 30, 2020 at 4:05 PM
Updated January 30, 2020 at 4:05 PM
Activity
Show:
When configuring an AcrossHibernateJpaModule as primary, the exposed
EntityManagerFactory
should also be marked as a primary bean, to prevent conflicts when wiring or accessing the an EntityManagerFactory in a multi-database setup.See
PrimaryTransactionManagerTransformer#transformBeanDefinitions
.