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

tech.guyi.ipojo.module.h2.entity.Entity Maven / Gradle / Ivy

The newest version!
package tech.guyi.ipojo.module.h2.entity;

import java.io.Serializable;

public interface Entity {

    ID getId();

    void setId(ID id);

    IdGenerator idGenerator();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy