
io.axway.iron.description.hook.DSLHelper Maven / Gradle / Ivy
package io.axway.iron.description.hook;
import java.util.*;
import io.axway.iron.functional.Accessor;
/**
* This is an internal interface that must not be directly used.
*/
public interface DSLHelper {
ThreadLocal THREAD_LOCAL_DSL_HELPER = new ThreadLocal<>();
Collection reciprocalManyRelation(Class tailEntityClass, Accessor relationAccessor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy