gilead
Glassfish 3.1 and Gilead
Is it posible to use Gilead for a GWT app and Glassfish 3.1 together? I\'ve tried this in a servlet: @PersistenceUnit[详细]
2023-02-25 13:41 分类:问答GWT Gilead (JPA configuration)
From the Gilead official site: Note that you still have to properly initialize PersistentBeanManager with[详细]
2023-02-22 05:52 分类:问答Hibernate, Gilead and GWT
I\'m experiencing some problems with GWT and Gilead/Hibernate I did my code according to the tutorial but it fails with[详细]
2023-01-29 07:03 分类:问答GWT with JPA and Gilead example
Can someone please provide me an example of GWT + JPA + Gilead, I can\'t seem to find anything on Google with this topic.[详细]
2023-01-09 11:21 分类:问答Interfaces with hibernate annotations
i am wondering how i would be able to annotate an interface @Entity @Table(name = \"FOLDER_TABLE\") public class Folder implements Serializable, Hierarchy {[详细]
2022-12-26 09:57 分类:问答@OneToMany property null in Entity after (second) merge
I\'m using JPA (with Hibernate) and Gilead in a GWT project. On the server side I have this method and I\'m calling this method twice with the same \"campaign\". On the second call it throws a null po[详细]
2022-12-25 01:01 分类:问答I am getting an error with a oneToMany association when using annotations with gilead for hibernate through gwt
I\'m using Gilead to persist my entities in my GWT project, im using hibernate annotations aswell. my problem is on my onetomany association.this is my User class that holds a reference to a list of F[详细]
2022-12-24 05:52 分类:问答"Duplicate method" error when using Hibernate + Javassist + Gilead
My web app is using GWT 2.0.2, GXT 2.1.1, Hibernate 3.5-CR1, Javassist 3.11.0 and Gilead 1.3.1 (latest from SVN).[详细]
2022-12-20 11:30 分类:问答Security question: how to secure Hibernate collections coming back from client to server?
I\'ve got a simple pojo named \"Parent\" which contains a collection of object \"Child\". In hibernate/jpa, it\'s simply a one-to-many association, children do not know their parent: these Child obje[详细]
2022-12-19 00:36 分类:问答Hibernate, GWT and Gilead: sessions, transactions and caches
I am writing a GWT application, using Hibernate at the server side. Right now, I am entirely confused about the correct way to transfer my objects to the client side of the GWT application in the leas[详细]
2022-12-15 14:39 分类:问答