2 Replies Latest reply on May 25, 2006 11:31 AM by tzablock

    Entity beans properties

    tzablock

      Is it possible to have a property in an entity bean that is not being mapped to a column in the database? When I'm not using the @Column annotation, the ejb container is mapping the property using some naming rules. I'd like to have some other properties beside columns so I can use them for ie formatting data.