Inicio
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.example.hibernate.model.util;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface OperacionHibernate<R> {
|
||||
public R ejecutar() throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user