Om du gör det:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
Detta bör fungera utan att Hibernate-pluginen behöver installeras
Om du gör det:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
Detta bör fungera utan att Hibernate-pluginen behöver installeras