Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
空の論理和の条件付きチェックを行う方法を知っている人はいますか?
Disjunction dis = Restrictions.disjunction(); if(dis){ }
Disjunction dis = Restrictions.disjunction();
if(dis){
}
あなたは試すことができます:
if(dis == null || dis.getTypedValues().length == 0)