@ProviderType
public interface RatingsEntryFinder
Modifier and Type | Method and Description |
---|---|
Map<Serializable,RatingsEntry> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<RatingsEntry> |
findByU_C_C(long userId,
long classNameId,
List<Long> classPKs) |
Map<Serializable,RatingsEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
List<RatingsEntry> findByU_C_C(long userId, long classNameId, List<Long> classPKs)