Skip to content

Instantly share code, notes, and snippets.

@jmiranda
Created April 28, 2016 15:01
Show Gist options
  • Save jmiranda/5148f0a67afc8950bad950793e9c2303 to your computer and use it in GitHub Desktop.
Save jmiranda/5148f0a67afc8950bad950793e9c2303 to your computer and use it in GitHub Desktop.
Override the default persistence context job listener with our own
import com.company.MyJobListener
beans = {
quartzPersistenceContextJobListener(MyJobListener) {
persistenceInterceptor = ref('persistenceInterceptor')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment