Pokud tak učiníte:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
To by mělo fungovat, aniž by bylo potřeba nainstalovat plugin Hibernate
Pokud tak učiníte:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
To by mělo fungovat, aniž by bylo potřeba nainstalovat plugin Hibernate