- All Known Subinterfaces:
CallableStatementTracker
,ConnectionTracker
,ResultSetTracker
,SQLInputTracker
- All Known Implementing Classes:
CallableStatementTrackerImpl
,ConnectionTrackerImpl
,ResultSetTrackerImpl
,SQLInputTrackerImpl
public interface TrackedBlobs
Gets all the blobs that have not yet been freed.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap
<Blob, ? extends BlobTracker> Gets all the blobs that have not yet been freed.
-
Method Details
-
getTrackedBlobs
Map<Blob,? extends BlobTracker> getTrackedBlobs()Gets all the blobs that have not yet been freed.- Returns:
- The mapping from wrapped blob to tracker without any defensive copy.
- See Also:
-