Has anyone done this or attempted to do this for a preexisting project? It seems there are two options to go with here, either using the embedded EJB API basically the following class
Does anyone know if Hibernate 3.5 is supported under Seam 2.x (specifically 2.2.x)?I\'m very interested in some of the JPA 2 features, pa开发者_Go百科rticularly query building, but work within the Sea
My choice is between Tapestry 5 Vaadin JSF2 --- start EDIT 2010-05-13 18:04 -- Spring MVC (d开发者_JAVA技巧on\'t know why I forgot to mention this)
I\'m using JPA 2.0/Hibernate validation to validate my models. I now have a situation where the combination of two fields has to be validated:
I have an entity with Integer attributes that looks like this in proto code: class MyEntity: String name
is there a possibility to execute an sql script, after EclipseLink generated the ddl? In other words, is it possible that the EclipseLink property \"eclipselink.ddl-generation\" with \"drop-and-create
I have this code @Column(updatable=false) @Enumerated(Enum开发者_运维百科Type.STRING) private ExamType examType;
I\'m trying the following JPQL and it fails misserably: Query query = em.createQuery(\"SELECT u FROM User u WHERE \'admin\' MEMBER OF u.roles\");
I have an extremely simple web application running in Tomcat using Spring 3.0.2, Hibernate 3.5.1, JPA 2, and Derby.I am defining all of my database connectivity in persistence.xml and merely using Spr
I have the following code: @Entity @Table(name = \"my_table\", schema = \"my_schema\") @SequenceGenerator(name = \"my_table_id_seq\", sequenceName = \"my_table_id_seq\",