摘要:
站在巨人的肩膀上学习编程 英文原文:Difference Between @JoinColumn and mappedBy What is the “owning side” in an ORM mapping? What's the difference between @JoinColumn a 阅读全文
摘要:
Predicate函数编程 Predicate功能判断输入的对象是否符合某个条件。官方文档解释到:Determines if the input object matches some criteria. 了解Predicate接口作用后,在学习Predicate函数编程前,先看一下Java 8关于 阅读全文