Jeśli tak:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
Powinno to działać bez konieczności instalowania wtyczki Hibernate
Jeśli tak:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
Powinno to działać bez konieczności instalowania wtyczki Hibernate