Class Joiner


  • public class Joiner
    extends Object
    Base class of Joiner. Contains basic database operations.

    In spring-based environment can be instantiated using spring JoinerConfiguration.

    For repository-per-entity approach this class should not be accessed directly. Instead repositories can implement JoinerRepository.

    Author:
    Kisel on 26.01.2016.
    • Constructor Detail

      • Joiner

        public Joiner​(javax.persistence.EntityManager entityManager)