- All Known Implementing Classes:
NativeSqlQueryPlanKey
public interface CQueryPlanKey
Key used for caching query plans for ORM and RawSql queries.
-
Method Summary
Modifier and TypeMethodDescriptionUsed by read audit such that we can log read audit entries without the full sql (which would make the read audit logs verbose).Return a query plan key taking into account persist cascading.
-
Method Details
-
partialKey
String partialKey()Used by read audit such that we can log read audit entries without the full sql (which would make the read audit logs verbose). -
withDeleteByIds
CQueryPlanKey withDeleteByIds()Return a query plan key taking into account persist cascading.
-