Class EntityRepositoryContext
java.lang.Object
com.smeup.kokos.sdk.entity.repository.EntityRepositoryContext
Carries query parameters passed to
EntityRepository methods.
Currently empty — the service layer always passes a default instance. TODO: add filter, orderBy and projection support once the translation from FUN input parameters to query objects is implemented.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EntityRepositoryContext
public EntityRepositoryContext()
-