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

io.polyglotted.pgmodel.ObjectRef Maven / Gradle / Ivy

package io.polyglotted.pgmodel;

public interface ObjectRef {

    KeyRef key();

    T source();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy