1. Informix and Annotations forum.hibernate.org |
2. Hibernate Annotation '@Loader' annotation. forum.hibernate.orgHi all, I have query regarding usage of @Loader attribute. I just don't understand how to use it. I tried all possible ways to make it work, but no success. Can anybody Please have look at this code and let me know what is wrong. I am using Seam Framework 2.1.1 for creating my application. Code: @Entity @Table(name = "employee") @NamedNativeQuery(name="employee", ... |
3. Why there isn't @org.hibernate.annotations.OnUpdate? forum.hibernate.org |
4. Function of @OnDelete annotation forum.hibernate.org |
5. Configuring SLF4J with Hibernate Annotations forum.hibernate.org |
6. Bug with JPA Annotations example from JP w/ Hib (p. 269)? forum.hibernate.org |
7. How to add annotation thrue reverse engineering forum.hibernate.orgDid you mean byte code by beta-code? What do you mean by generated then? I made the assumption you meant compiled. If you are using a code generator you could just regenerate all your annotations. Honestly though if it's only a one line change why not just manually edit it? This is kind of out of the scope of this forum ... |
8. Hibernate Annotations Newbie Issue forum.hibernate.orgYears ago I set up Hibernate Annotations on a system (back when annotations was in beta) and am now doing so again, but got caught up in an issue that I am not sure how to work around. I am trying to set up a programmatic configuration. For several reasons, I would like to get a purely programmatic solution working if ... |
9. Question about usage of Typedef/Type annotations forum.hibernate.orgHello, In our project, we have a number of custom types; According to the hibernate documentation, we would have to do something like this: @TypeDef( name="caster", typeClass = CasterStringType.class, ) public class Forest { @Type(type="caster") public String getSmallText() { ... } However, we wanted to do away with the need to specify @Type every time we use a custom type, and ... |
10. Hibernate Annotations + Derby + Lob = No Joy forum.hibernate.org@Id @GeneratedValue(strategy= GenerationType.AUTO) private Long Id; private String message; public DerbyHibernateLobTestcase() { } public Long getId() { return Id; } public ... |
11. hibernate core 3.5.0-b1 no entiy manager and annotations? forum.hibernate.org |
12. Hibernate 3 / Hibernate with Annotations Questions. forums.oracle.com |