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

com.jwebmp.entityassist.injections.biginteger.BigIntegerFloatIDMapping Maven / Gradle / Ivy

package com.jwebmp.entityassist.injections.biginteger;

import com.jwebmp.entityassist.services.EntityAssistIDMapping;

import java.math.BigInteger;

public class BigIntegerFloatIDMapping
		extends EntityAssistIDMapping
{

	@Override
	public Float toObject(BigInteger dbReturned)
	{
		return dbReturned.floatValue();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy