Class InteractionRepository
java.lang.Object
com.maplander.backend.repository.RepositoryBase<Interaction,Long>
com.maplander.backend.repository.InteractionRepository
-
Field Summary
Fields inherited from class com.maplander.backend.repository.RepositoryBase
sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInteractionsCardyByOffice(Long officeId, org.hibernate.Session session) getInteractionsPropertyByOffice(Long officeId, org.hibernate.Session session) Methods inherited from class com.maplander.backend.repository.RepositoryBase
currentSession, delete, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteAllById, deleteById, deleteById, deleteById, existsById, findAll, findAll, findById, findById, save, save, saveAll
-
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)
-