public interface IReadByIdSupport<T>
ItemValue<T>
getCompleteById(long id)
java.util.List<ItemValue<T>>
multipleGetById(java.util.List<java.lang.Long> ids)
@GET @Path(value="{id}/completeById") ItemValue<T> getCompleteById(@PathParam(value="id") long id)
@POST @Path(value="_mgetById") java.util.List<ItemValue<T>> multipleGetById(java.util.List<java.lang.Long> ids)
Copyright © 2023. All Rights Reserved.