com.github.jayield.rapper.mapper.externals.PopulateSingleReference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rapper Show documentation
Show all versions of rapper Show documentation
Async DataMapper for JDBC
package com.github.jayield.rapper.mapper.externals;
import com.github.jayield.rapper.DomainObject;
import com.github.jayield.rapper.exceptions.DataMapperException;
import com.github.jayield.rapper.mapper.MapperRegistry;
import com.github.jayield.rapper.mapper.MapperSettings;
import com.github.jayield.rapper.sql.SqlFieldExternal;
import com.github.jayield.rapper.unitofwork.UnitOfWork;
import com.github.jayield.rapper.utils.*;
import com.github.jayield.rapper.mapper.MapperRegistry.Container;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.util.Arrays;
import java.util.concurrent.CompletableFuture;
import java.util.function.Function;
import java.util.function.Supplier;
import java.util.stream.Stream;
public class PopulateSingleReference, K> extends AbstractPopulate {
public PopulateSingleReference(ExternalsHandler externalsHandler, MapperSettings mapperSettings) {
super(externalsHandler, mapperSettings);
}
@Override
public Stream