Interface ResourceAccess
- All Known Implementing Classes:
PageElementResourceAccess
,PageResourceAccess
public interface ResourceAccess
Monitored resources. Each access to theses resources is monitored in order to
be able to analyze cache efficiency and to calculate meaningful statistics
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the name of the SQL statement to call.Retrieves the map of parameters to use when executing the insert statement.
-
Method Details
-
getInsertStatementParameters
Retrieves the map of parameters to use when executing the insert statement.- Returns:
- The map of parameters
-
getInsertStatementId
Retrieves the name of the SQL statement to call.- Returns:
- The name of the SQL statement to call.
-