[OJB-developers] NULL fields
Brought to you by:
thma
From: Leandro R. S. C. <le...@ib...> - 2002-04-02 20:35:03
|
Hi all, I have a problem with null fields Supose I have a FK from one table to another, sai this FK can be null, for example, to represent an inexistent association, when I do a : > query = new QueryByCriteria(CLASS-WITH-FK,null); > broker.getCollectionByQuery(query); I get a NPE, is there any way to change this behavior ? -- Leandro Rodrigo Saad Cruz IT - Inter Business Tecnologia e Servicos (IB) http://www.ibnetwork.com.br |