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
ConstructorsConstructorDescriptionConstruct for JSON tools.ReadAuditQueryPlan(String beanType, String queryKey, String sql) Construct given the beanType, queryKey and sql. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the bean type.Return the query key (relative to the bean type).getSql()Return the sql statement.inthashCode()voidsetBeanType(String beanType) Set the bean type.voidsetQueryKey(String queryKey) Set the query key.voidSet 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()
-