type « Oracle « JPA Q&A





1. In what type of application or scenario PL/SQL is better as back-end?    stackoverflow.com

I am a java/j2ee developer. I always like JPA/JTA or hibernate for ORM. Since it gives me portability. But for large scale application, portability is not that important sometimes. Lots of ...

2. EnumType type guessing problem in Oracle    forum.hibernate.org

That's true, but a solution working out of the box would be better -- using mixed-case table or column names (at least in Oracle) seems weird to me, so that shouldn't be a point here... :P If you create a plain new entity class containing an Enum-typed property, generate the schema via Hibernate Tools and test, you get an error (or ...