public interface IReadByIdSupport<T>
Modifier and Type | Method and Description |
---|---|
ItemValue<T> |
getCompleteById(long id) |
java.util.List<ItemValue<T>> |
multipleGetById(java.util.List<java.lang.Long> ids) |
Copyright © 2023. All Rights Reserved.