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

com.icthh.xm.commons.domainevent.db.service.mapper.JpaEntityMapper Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.domainevent.db.service.mapper;

import com.icthh.xm.commons.domainevent.db.domain.JpaEntityContext;
import com.icthh.xm.commons.domainevent.domain.DomainEvent;

public interface JpaEntityMapper {

    DomainEvent map(JpaEntityContext jpaEntityContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy