tech.guyi.ipojo.module.h2.entity.IdGenerator Maven / Gradle / Ivy
The newest version!
package tech.guyi.ipojo.module.h2.entity;
public interface IdGenerator {
ID get();
}
package tech.guyi.ipojo.module.h2.entity;
public interface IdGenerator {
ID get();
}