Class AuthUserRepository
java.lang.Object
com.maplander.backend.repository.RepositoryBase<AuthUser,Long>
com.maplander.backend.repository.AuthUserRepository
-
Field Summary
Fields inherited from class com.maplander.backend.repository.RepositoryBase
sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByPropertyId(Long propertyId, 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
-
AuthUserRepository
public AuthUserRepository(org.hibernate.SessionFactory sessionFactory)
-
-
Method Details
-
findByPropertyId
-