Class BasicServiceHelper
java.lang.Object
com.foreach.across.modules.hibernate.util.BasicServiceHelper
- Author:
 - Arne Vandamme
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tsave(T dto, org.springframework.data.repository.CrudRepository<T, ?> repository)  
- 
Method Details
- 
save
public static <T> T save(T dto, org.springframework.data.repository.CrudRepository<T, ?> repository)  
 -