ch.epfl.labos.iu.orm.Unique Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
Jinq public API for extending Java 8 streams with database functionality
package ch.epfl.labos.iu.orm;
public class Unique
{
public Key uniquify(From obj)
{
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy