package com.megatim.fdxcommons.tools.database.contrat; /** * * @author Gabuntu */ public interface QueryMetaData { T execute() throws Exception; }