work.shashank.repository.AuditRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of entity-events Show documentation
Show all versions of entity-events Show documentation
Events related to Hibernate Entities and Auditing of entities
The newest version!
package work.shashank.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import work.shashank.entity.Audit;
/**
* @author Shashank Sharma
*/
@Repository
public interface AuditRepository extends JpaRepository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy