JpaTokenStore vs JdbcTokenStore

I think I can use both for my current setup, but I’m curious what I might consider in picking one? I’m guessing that if you are setting up an environment in which there are no JPA Providers, then the JDBC implementation is your only option. Should I prefer JPA over JDBC?

Long story short: If you don’t have an EntityManager(Factory) instance in your application, then given these 2 options, you can use JdbcTokenStore.