relationship « Seam « JPA Q&A





1. How to don't create column in hibernate include some property in entity class    stackoverflow.com

I want to property in entity seam. But I dont want to create column in database. for example my entity is ;

    @Entity
    ...