Interface SessionCallable<V>


public interface SessionCallable<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(org.hibernate.Session session)
     
  • Method Details