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

io.coodoo.framework.jpa.boundary.RevisionUser Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package io.coodoo.framework.jpa.boundary;

/**
 * To get the user informations related to a JPA event
 * 
 * 
* This interface has to get implemented as a @Stateless EJB * * @author coodoo GmbH (coodoo.io) */ public interface RevisionUser { /** * The technical reference to the user * * @return a numerical ID */ public Long getUserId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy