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

com.jwebmp.entityassist.injections.strings.StringBigIntegerIDMapping Maven / Gradle / Ivy

package com.jwebmp.entityassist.injections.strings;

import com.jwebmp.entityassist.services.EntityAssistIDMapping;

import java.math.BigInteger;

public class StringBigIntegerIDMapping
		extends EntityAssistIDMapping
{

	@Override
	public BigInteger toObject(String dbReturned)
	{
		return new BigInteger(dbReturned);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy