Hvis du gør det:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
Dette skulle fungere uden at skulle installere Hibernate-plugin'et
Hvis du gør det:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
Dette skulle fungere uden at skulle installere Hibernate-plugin'et