public static class RecordingMethodInterceptor.ReplayableDatabasePreparerImpl extends java.lang.Object implements ReplayableDatabasePreparer
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
estimatedDuration() |
int |
hashCode() |
boolean |
hasRecords() |
void |
prepare(javax.sql.DataSource dataSource) |
java.lang.String |
toString() |
public boolean hasRecords()
hasRecords in interface ReplayableDatabasePreparerpublic long estimatedDuration()
estimatedDuration in interface DatabasePreparerpublic void prepare(javax.sql.DataSource dataSource)
prepare in interface DatabasePreparerpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object