Uses of Class
com.jalios.jstore.NoUpdateException
-
Packages that use NoUpdateException Package Description com.jalios.jstore Contains JStore core classes. -
-
Uses of NoUpdateException in com.jalios.jstore
Methods in com.jalios.jstore that throw NoUpdateException Modifier and Type Method Description void
Store. update(Storable storable, Storable updated)
Update a storable.void
Store. update(java.lang.String id, Storable updated)
Update a storable.
-