Class InteractionRepository

java.lang.Object
com.maplander.backend.repository.RepositoryBase<Interaction,Long>
com.maplander.backend.repository.InteractionRepository

public class InteractionRepository extends RepositoryBase<Interaction,Long>
  • Constructor Details

    • InteractionRepository

      public InteractionRepository(org.hibernate.SessionFactory sessionFactory)
  • Method Details

    • getInteractionsPropertyByOffice

      public List<InteractionsProperty> getInteractionsPropertyByOffice(Long officeId, org.hibernate.Session session)
    • getInteractionsCardyByOffice

      public List<InteractionsCard> getInteractionsCardyByOffice(Long officeId, org.hibernate.Session session)