As an hibernate user, I like that exception be thrown during the
configuration process. I mean that you can try to log something and trap
the CNFE there.
Chris Bredesen wrote:
> Emmanuel Bernard wrote:
>
>> Thinking out loud. Couldn't we check if the first SLF4J call raises
>> CNFE and wraps that
eturn id;
}
public void setIdent(Long id) {
this.id = id;
}
}
Child Class:
@Entity
@DiscriminatorValue("2")
public class Child extends Parent {
}
Thanks,
--
Pablo Nussembaum
Refert
___
hibernate-dev mailing list
hib