I\'m trying to migrate enterprise application which was built for Glassfish3 + EclipseLink to JBoss7 + Hibernate.
@Entity public class Report extends Model { public Date date; public double availability; @ElementCollection
I have 3 tables like this in MySQL 5: PERSON| |id|fullName| isEmp|isParent| EMPLOYEE| |personId|code| PARENT|
I\'m trying to create a SQL query in NHibernate using CreateSQLQuery: var query = session.CreateSQLQuery(
I am working with onetomany relationship in hibernate JPA annotations, here is my table and entity class details...
I\'m new t开发者_如何学编程o some Java technologies; I\'m trying to use a combination of struts, hibernate, and jQuery. I\'m trying to figure out what does the %{} means in the following line of code:
I have a Java web app that I\'m developing, using JBoss Seam as the application framework.I\'d like to take advantage of Hibernate Search to provide entity searching capabilities.The integration has g
We are developing a Java EE application using Hibernate as a JPA provider. We now wish to use Hibernate Criterias but for that I need to get access to the HibernateEntityManagerImpl.
I know JPQL is a subset of HQL. Are there any practical usecases (please give examples) that really need HQL specific features to be used (that means it is impossible or considerably difficult with
I\'m trying to create a persistance project so it can be re-used by some other projects I\'m building on top. I.e it will be used by a web service/spring mvc project and by standalone jar which does s