Nếu bạn làm như vậy:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
Điều này sẽ hoạt động mà không cần cài đặt plugin Hibernate
Nếu bạn làm như vậy:
ctx.getBeansOfType(Datastore).values().each { Datastore d ->
ctx.addApplicationListener new MyPersistenceListener(d)
}
Điều này sẽ hoạt động mà không cần cài đặt plugin Hibernate