Package de.hybris.platform.core
Interface ItemDeployment.FinderMethod
- All Superinterfaces:
Serializable
- Enclosing interface:
- ItemDeployment
describes a CMP finder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getMethodName
String getMethodName()- Returns:
- the method name - matches a method in
ItemDeployment.getImplClass()
-
getParameterTypes
- Returns:
- the method signatures as java class list - matches a method signature in
ItemDeployment.getImplClass()
-
getDefaultMethodMapping
String getDefaultMethodMapping()- Returns:
- the database specific sql query fragment for this finder, null if it doesnt exist for this database
-
getAdditionalMethodMappings
- Returns:
- all method mappings as map
-
shouldBeCached
boolean shouldBeCached()- Returns:
- whether this finder is configured as cacheable or not
-