Interface CreationDao<T,K>

All Known Subinterfaces:
CrudDao<T,K>

public interface CreationDao<T,K>
  • Method Summary

    Modifier and Type
    Method
    Description
    save(T entity)
     
  • Method Details

    • save

      K save(T entity)