![JAR search and dependency download from the Maven repository](/logo.png)
com.samskivert.depot.util.Builder2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of depot Show documentation
Show all versions of depot Show documentation
A library for relational-database-based persistence in Java.
The newest version!
//
// Depot library - a Java relational persistence library
// https://github.com/threerings/depot/blob/master/LICENSE
package com.samskivert.depot.util;
/**
* A type-safe builder used to construct objects from the columns selected from Depot queries.
*/
public interface Builder2
{
/**
* Builds an instance, using the supplied data.
*/
public T build (A a, B b);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy