All Downloads are FREE. Search and download functionalities are using the official Maven repository.

s2.spring.utils.data.S2Entity.kt Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package s2.spring.utils.data

import jakarta.persistence.EntityListeners
import jakarta.persistence.MappedSuperclass
import s2.dsl.automate.model.WithS2IdAndStatus

@MappedSuperclass
@EntityListeners
abstract class S2Entity: EntityBase(), WithS2IdAndStatus




© 2015 - 2024 Weber Informatics LLC | Privacy Policy