Search code examples
eclipselinkopenjpa

What's the equivalent of eclipselink.jdbc.bind-parameters for OpenJPA (Kodo)?


When I use eclipselink (or toplink) , I can set the "eclipselink.jdbc.bind-parameters" hint to query, but it not works in OpenJpa( or Kodo), what should I do?


Solution

  • I don't believe that OpenJPA has an equivalent parameter. If I understand the eclipselink documentation correctly, OpenJPA always parameterizes.