public interface IOdiContextFinder extends IFinder
OdiContext entity.| Modifier and Type | Method and Description |
|---|---|
OdiContext |
findByCode(java.lang.String pCode)
Find an
OdiContext using the given code. |
OdiContext |
findDefaultContext()
Find the OdiContext marked as default.
|
findAll, findByGlobalId, findById, findByIds, findRepositoryEntityByIdOdiContext findByCode(java.lang.String pCode)
OdiContext using the given code.pCode - code of the contextnull if not foundOdiContext findDefaultContext()