Package com.patreonshout.jpa
Class ListPostsRepositoryImpl
java.lang.Object
com.patreonshout.jpa.ListPostsRepositoryImpl
@Repository
public class ListPostsRepositoryImpl
extends java.lang.Object
Implementation of custom Spring Data Repository for custom SQL functionality not automatically provided in
JpaRepository
-
Field Summary
Fields Modifier and Type Field Description private javax.persistence.EntityManager
em
em is theEntityManager
that handles all the transactions with our database -
Constructor Summary
Constructors Constructor Description ListPostsRepositoryImpl()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
em
private javax.persistence.EntityManager emem is theEntityManager
that handles all the transactions with our database
-
-
Constructor Details
-
ListPostsRepositoryImpl
public ListPostsRepositoryImpl()
-