Replacing ORM schema without dropping the entire data
        Posted  
        
            by Udi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Udi
        
        
        
        Published on 2010-04-29T13:23:59Z
        Indexed on 
            2010/04/29
            13:27 UTC
        
        
        Read the original article
        Hit count: 385
        
Hey, I'm using OpenJPA as a JPA provider. Is there a way in which I can recreate the database tables (When an entity changes) without dropping the entire data? When an entity changes, I drop and create every table in the store, and obviously lose the data within. Is there a tool or product to keep the data somehow?
Thanks, Udi
© Stack Overflow or respective owner