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

io.axway.iron.description.hook.DSLHelper Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
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