Interface Entity
public interface Entity
Marker interface for ORM entities.
Classes implementing this interface represent database entities. This interface does not enforce any methods but serves as a common type for all entities in the ORM.
Classes implementing this interface represent database entities. This interface does not enforce any methods but serves as a common type for all entities in the ORM.