package com.example.hibernate.model.util; @FunctionalInterface public interface OperacionHibernate { public R ejecutar() throws Exception; }