There isn't anything like migrations for Java and Hibernate doesn't do
it. Hibernate builds a whole schema based on your models and loads it
into the database, but it's just that, you don't have versions, the
"up" and "down" approach or anything like that.

It would be like having only the schema.rb file.

-
Maurício Linhares
http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en)



On Wed, Dec 31, 2008 at 10:14 AM, Ayyanar Aswathaman
<rails-mailing-l...@andreas-s.net> wrote:
>
> Hi, Is there any schema framework in java similar to migration framework
> in rails. I heard that hibernate schema framework can do the same. But
> iam not able to compare both since i dont know hibernate. Any help?
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to