
com.jwebmp.entityassist.injections.integer.IntegerLongIDMapping Maven / Gradle / Ivy
package com.jwebmp.entityassist.injections.integer;
import com.jwebmp.entityassist.services.EntityAssistIDMapping;
public class IntegerLongIDMapping
extends EntityAssistIDMapping
{
@Override
public Long toObject(Integer dbReturned)
{
return dbReturned.longValue();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy