|
|
@ -120,8 +120,10 @@ public interface RLiveObjectService {
|
|
|
|
* @param <K> Key type
|
|
|
|
* @param <K> Key type
|
|
|
|
* @param entityClass - object class
|
|
|
|
* @param entityClass - object class
|
|
|
|
* @param id - object id
|
|
|
|
* @param id - object id
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @return <code>true</code> if entity was deleted successfully, <code>false</code> otherwise
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
<T, K> void delete(Class<T> entityClass, K id);
|
|
|
|
<T, K> boolean delete(Class<T> entityClass, K id);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* To cast the instance to RLiveObject instance.
|
|
|
|
* To cast the instance to RLiveObject instance.
|
|
|
|