|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
---|---|
com.nonesole.persistence.file.operation.first |
Uses of Predicate in com.nonesole.persistence.file.operation.first |
---|
Methods in com.nonesole.persistence.file.operation.first with parameters of type Predicate | |
---|---|
java.util.List<?> |
SeFileAction.batchUpdate(java.lang.Object obj,
Predicate p,
boolean replaceObject)
|
java.util.List<?> |
SingletonSeFileAction.batchUpdate(java.lang.Object obj,
Predicate p,
boolean replaceObject)
|
java.util.List<?> |
FileAction.batchUpdate(java.lang.Object obj,
Predicate p,
boolean replaceObject)
Update objects of file system |
int |
SeFileAction.delete(Predicate p,
java.lang.Class<?> clazz)
|
int |
SingletonSeFileAction.delete(Predicate p,
java.lang.Class<?> clazz)
|
int |
FileAction.delete(Predicate p,
java.lang.Class<?> clazz)
Delete one object of file system |
java.util.List<?> |
SeFileAction.query(Predicate p,
java.lang.Class<?> clazz)
|
java.util.List<?> |
SingletonSeFileAction.query(Predicate p,
java.lang.Class<?> clazz)
|
java.util.List<?> |
FileAction.query(Predicate p,
java.lang.Class<?> clazz)
Query. Those classed who implement this interface will set search condition by themselves.So it uses Object(common condition object) here. |
java.lang.Object |
SeFileAction.update(java.lang.Object obj,
Predicate<?> p,
boolean replaceObject)
|
java.lang.Object |
SingletonSeFileAction.update(java.lang.Object obj,
Predicate<?> p,
boolean replaceObject)
|
java.lang.Object |
FileAction.update(java.lang.Object obj,
Predicate<?> p,
boolean replaceObject)
Update one object of file system |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |