clj-jpa:Clojure方式的JPA库

时间:2021-05-09 16:58:49
【文件属性】:
文件名称:clj-jpa:Clojure方式的JPA库
文件大小:23KB
文件格式:ZIP
更新时间:2021-05-09 16:58:49
Clojure clj-jpa Clojure的美味JPA 开始吧 将clj-jpa添加为项目的依赖项: [clj-jpa " 0.1.0-SNAPSHOT " ] 并添加一个JPA实现。 [org.eclipse.persistence/org.eclipse.persistence.jpa " 2.5.2 " ] [org.jboss.weld.se/weld-se " 2.2.14.Final " ] 例子 选择 ( require '[clj-jpa.entity-manager :as em]) ( require '[clj-jpa.core :refer :all ]) ( with-entity-manager ( let [users ( em/search User :where ( and ( = :family-name

网友评论