
com.jwebmp.entityassist.injections.biginteger.BigIntegerDoubleIDMapping Maven / Gradle / Ivy
package com.jwebmp.entityassist.injections.biginteger;
import com.jwebmp.entityassist.services.EntityAssistIDMapping;
import java.math.BigInteger;
public class BigIntegerDoubleIDMapping
extends EntityAssistIDMapping
{
@Override
public Double toObject(BigInteger dbReturned)
{
return dbReturned.doubleValue();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy