我上过这门课 public class Hotel implements Serializable {
@JoinColumn(name = "FILE_ID")} 和这个查询 Query query = em.createQuery("SELECT file.hotel FROM File file where file.id = :id "); 我想知道,如果关系中不存在酒店但文件存在,是否可以返回空的酒店对
setCancellationDate(Date cancellationDate) {}对于这两个类,我都使用内置的JPAfindById方法。下面是我调用这两个findById()方法的方法:
public void add(Long articleId, Long orderId, int inQuantity) throws Exception
我已经创建了此存储库: @Repository} 但是当我使用它的时候: organisationRepository.findOne(1L); 我有这个错误: Inferred type 'S' for type parameter 'S' is not within its bound; should extend` 'com.cor.de.la.ciutat.Org