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

io.bigdime.runtime.ObjectEntityMapper Maven / Gradle / Ivy

There is a newer version: 0.9.3
Show newest version
/**
 * Copyright (C) 2015 Stubhub.
 */
package io.bigdime.runtime;


import java.util.List;

import io.bigdime.core.runtimeinfo.RuntimeInfo;
import io.bigdime.runtimeinfo.DTO.RuntimeInfoDTO;

public interface ObjectEntityMapper {
	
	public List mapObjectList(List runtimeInfoDAO);
	
	public RuntimeInfo mapObject(RuntimeInfoDTO runtimeInfoDAO);
	
	public RuntimeInfoDTO mapEntityObject(RuntimeInfo runtimeInfo);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy