Class SpringJoinerRepositoryImpl<T>

java.lang.Object
cz.encircled.joiner.spring.SpringJoinerRepositoryImpl<T>
All Implemented Interfaces:
JoinerRepository<T>, SpringJoinerRepository<T>

public abstract class SpringJoinerRepositoryImpl<T> extends Object implements SpringJoinerRepository<T>
Parent class for entity repositories with Joiner support within spring context.

Instance of Joiner must be available in context. JoinerConfiguration can be used

Author:
Vlad on 14-Aug-16.
  • Field Details

    • delegate

      @Autowired protected Joiner delegate
  • Constructor Details

    • SpringJoinerRepositoryImpl

      public SpringJoinerRepositoryImpl()
  • Method Details