java.lang.Object
io.ebean.event.readaudit.ReadAuditQueryPlan
A SQL query and associated keys.
This is logged as a separate event so that the
-
Constructor Summary
ConstructorDescriptionConstruct for JSON tools.ReadAuditQueryPlan
(String beanType, String queryKey, String sql) Construct given the beanType, queryKey and sql. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the bean type.Return the query key (relative to the bean type).getSql()
Return the sql statement.int
hashCode()
void
setBeanType
(String beanType) Set the bean type.void
setQueryKey
(String queryKey) Set the query key.void
Set the sql statement.toString()
-
Constructor Details
-
ReadAuditQueryPlan
Construct given the beanType, queryKey and sql. -
ReadAuditQueryPlan
public ReadAuditQueryPlan()Construct for JSON tools.
-
-
Method Details
-
toString
-
getBeanType
Return the bean type. -
setBeanType
Set the bean type. -
getQueryKey
Return the query key (relative to the bean type). -
setQueryKey
Set the query key. -
getSql
Return the sql statement. -
setSql
Set the sql statement. -
equals
-
hashCode
public int hashCode()
-