タグ

ブックマーク / gist.github.com/ryo-murai (1)

  • Spring DATA JPA概要

    sprintdatajpa.md Spring DATA JPA はじめに Spring DATA JPAは、Spring Frameworkの拡張ライブラリ。springframework-jdbcシリーズか springframework-ormシリーズのようだが、安定したら流に組み込まれるのかもしれない。 この記事の執筆時点のバージョンは SPRING DATA JPA 1.1.0 GA Spring DATA JPAは、JPAの機能をベースに 汎用的な Repositoryの機能を提供する。 ちなみに、Repositoryというのは、ドメイン駆動設計(Domain Driven Design)のパターンのひとつで、ドメインのEntityのCollectionのように振舞う責務を持つ。例えば CustomerRepositoryならば、システムに存在するCustomer Entit

    Spring DATA JPA概要
  • 1