I'm trying to find some documentation about status of JPA implementation. I found only https://github.com/orientechnologies/orientdb/wiki/JPA-Configuration but there's nothing about automatic schema generation. I would like to know if I can define automatic index on Entity using annotation. Also how is schema updated when fields are added/removed to entities. It seems to me that once class is registered in db, it's never updated automatically. That is fine, but should I update production db ? Can I drop the class and recreate it while keeping data ?
-- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
