main.com.saadahmedev.base.projection.BaseProjection.kt Maven / Gradle / Ivy
Go to download
Base Spring Boot service is created to simplify code base and gives a lot of boilerplate codes
package com.saadahmedev.base.projection
interface BaseProjection {
fun getId(): I
fun getCreatedTime(): Long
fun getUpdatedTime(): Long
fun getCreatedDate(): String
fun getUpdatedDate(): String
fun getCreatedById(): I
fun getUpdatedById(): I
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy