|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityQueryOperation
Represents a persistent entity finder method.
Metafacade interface to be used by AndroMDA cartridges.
Method Summary | |
---|---|
String |
getQuery(String translation)
The query string for this EntityFinderMethod. |
boolean |
isEntityQueryOperationMetaType()
Indicates the metafacade type (used for metafacade mappings). |
Method Detail |
---|
boolean isEntityQueryOperationMetaType()
true
String getQuery(String translation)
The query string for this EntityFinderMethod. The query returned is based on the 'translation' passed in. The translation must be one available to AndroMDA found with a translation-library.
translation
- String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |