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

io.mangoo.persistence.interfaces.BaseEntity Maven / Gradle / Ivy

The newest version!
package io.mangoo.persistence.interfaces;

import org.bson.types.ObjectId;

public interface BaseEntity {
    ObjectId getId();

    void setId(ObjectId id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy