Class PictureRepositoryImpl
java.lang.Object
projectplayground.repositories.picture.PictureRepositoryImpl
@Repository
public class PictureRepositoryImpl
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description private javax.persistence.EntityManagerentityManager -
Constructor Summary
Constructors Constructor Description PictureRepositoryImpl() -
Method Summary
Modifier and Type Method Description java.util.List<Picture>findAllPicturesByPlaygroundId(long id)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
entityManager
private javax.persistence.EntityManager entityManager
-
-
Constructor Details
-
PictureRepositoryImpl
public PictureRepositoryImpl()
-
-
Method Details
-
findAllPicturesByPlaygroundId
-