calicoder
25 May 2009, 3:08 PM
I have a base class called Identifiable. The Identifiable class has two private fields (Long id, Integer version). Each of my POJOs extends the Identifiable base class to adhere to Hibernate.
My problem is that when I write a BeanModelMarker like this where MyPojo extends Identifiable:
@BEAN(MyPojo.class)
public interface MyPojoBeanModel extends BeanModelMarker {
}
the grid will not display the 'id' and the 'version' fields. Any clues?
My problem is that when I write a BeanModelMarker like this where MyPojo extends Identifiable:
@BEAN(MyPojo.class)
public interface MyPojoBeanModel extends BeanModelMarker {
}
the grid will not display the 'id' and the 'version' fields. Any clues?