metadata « Property « JPA Q&A





1. Hibernate metadata property problem    coderanch.com

I'm tring to get the column names for a class to use in a jtable. But when I call getPropertyNames from the factory I get the names except for the column that is used for the ID. What am I missing? Thanks Here is the mapping and the call code: ...