|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IValidatable | |
---|---|
com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
com.sibvisions.util | Contains library independent utility classes. |
Uses of IValidatable in com.sibvisions.rad.persist.jdbc |
---|
Classes in com.sibvisions.rad.persist.jdbc that implement IValidatable | |
---|---|
static class |
DBAccess.BlobFileHandle
The DBAccess.BlobFileHandle is a simple IFileHandle implementation
that stores a Blob and allows to retrieve it again. |
Uses of IValidatable in com.sibvisions.util |
---|
Methods in com.sibvisions.util with parameters of type IValidatable | |
---|---|
java.lang.Object |
ObjectCacheInstance.put(IValidatable pObject)
Puts a validatable object to the cache. |
static java.lang.Object |
ObjectCache.put(IValidatable pObject)
Puts a validatable object to the cache. |
java.lang.Object |
ObjectCacheInstance.put(java.lang.Object pKey,
IValidatable pObject)
Puts a validatable object to the cache, with a specific key. |
static java.lang.Object |
ObjectCache.put(java.lang.Object pKey,
IValidatable pObject)
Puts a validatable object to the cache, with a specific key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |