
-jpa-impl.2.0.2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jinq-jpa-impl Show documentation
Show all versions of jinq-jpa-impl Show documentation
Implementation classes for Jinq functional-style queries for JPA
The newest version!
module org.jinq.jpa.impl {
requires org.jinq.analysis;
requires org.jinq.asmrebased;
requires transitive org.jinq.api;
requires jakarta.persistence;
requires java.sql;
exports org.jinq.jpa.jpqlquery;
exports org.jinq.jpa.transform;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy