Guest User

Untitled

a guest
Nov 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @NoRepositoryBean
  2. public interface ImageRepositoryCustom<T extends ImageAbstract, P extends EntityPathBase<T>, ID extends Serializable>
  3. extends JpaRepository<T, ID>, QuerydslPredicateExecutor<T>, QuerydslBinderCustomizer<P> {
  4. }
  5.  
  6. @Repository
  7. public interface ImageFileRepository extends ImageRepositoryCustom<ImageFile, QImageFile, Long> {
  8. }
  9.  
  10. Caused by: org.springframework.data.mapping.PropertyReferenceException: No property customize found for type ImageCategory!
Add Comment
Please, Sign In to add comment