java.lang.Object
io.ebeaninternal.server.query.NativeSqlQueryPlanKey
- All Implemented Interfaces:
CQueryPlanKey
QueryPlanKey for native sql queries.
-
Constructor Details
-
NativeSqlQueryPlanKey
-
-
Method Details
-
toString
-
withDeleteByIds
Description copied from interface:CQueryPlanKeyReturn a query plan key taking into account persist cascading.- Specified by:
withDeleteByIdsin interfaceCQueryPlanKey
-
partialKey
Return as a partial key. For rawSql hash the sql is part of the key and as such needs to be included in order to have a complete key. Typically the MD5 of the sql can be used as a short form proxy for the actual sql.- Specified by:
partialKeyin interfaceCQueryPlanKey
-
equals
-
hashCode
public int hashCode()
-