Custom *Dao in SimpleJobRepository #4642
Unanswered
nxtruong72
asked this question in
Q&A
Replies: 1 comment
-
What, specifically, didn't work? Do you have an error or stack trace? If you want to use custom DAOs, you can define a bean of type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I need to make the JobRepository run with Hibernate Connection (with Schema Multitenancy) instead of using the JdbcTemplate.
I've done the custom class for JobInstanceDao and now I don't know the way to inject to the SimpleJobRepository and use it.
I've tried to do custom the JobRepositoryFactoryBean and override this method:
And here is the xml configuration:
But it didn't work, can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions