com.jwebmp.entityassist.services.EntityAssistIDMapping Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of entity-assist Show documentation
Show all versions of entity-assist Show documentation
A Domain Driven SQL Builder Generator for JPMS/JDK8
package com.jwebmp.entityassist.services;
import com.jwebmp.guicedinjection.interfaces.IDefaultService;
import com.jwebmp.logger.LogFactory;
import java.lang.reflect.ParameterizedType;
import java.util.logging.Level;
/**
* Maps an entity assist ID Mapping for db returned data from the query.
*
* Is a class and not an interface to read the typed mappings
*
* @param
* The Database Returned Type
* @param