1. documentation - is it a template? stackoverflow.comI see that many sites are using the same template of documentation: PrettyFaces Hibernate and more. Is it a template that I can download somewhere? It's so clear! |
2. Which documentation you recommend for JPA and other playframework ecosystem stackoverflow.comWhat documentation (books or online resources) you would recommend for a JPA newbie, which want to program with the play framework? In play you only use annotations and hibernate as JPA ... |
3. good documentation on hibernate architecture (overview) stackoverflow.comI would like to know more about (N)Hibernates internals and was wondering if there was any good documentation about the internals of Hibernate. A large scale archicture overview with description and ... |
4. Hibernate thorough documentation stackoverflow.comLately I've been mapping some classes with Hibernate. Again and again I find myself searching for good thorough reference of all HBM tags and attributes, what each of them does, best ... |
6. Documentation, C3P0 forum.hibernate.org |
7. Documentation needs fixes in distribution forum.hibernate.org |
8. Simplification of beginning documentation forum.hibernate.org |
9. Older Hibernate 2 API and documentation forum.hibernate.orgI'm supporting a legacy Java app that uses Hibernate 2.x I would like to browse the Documentation/Javadocs for the version I have to use. Is this information available somewhere? When I look at the Documentation page, I see information for 3.6 and 3.5, but nothing earlier. Also, the hibernate jar used in this project doesn't have source nor anything else (no ... |
10. Improving the documentation forum.hibernate.orgNewbie Joined: Tue Sep 30, 2003 9:27 am Posts: 12 Hi All, I know this may be controversial, but I'd like to make a call for better documentation. Everytime I mention something like this everybody goes "their documention is excellent" and refuse to listen any further. Don't get me wrong - the documentation is good. I'd just like to know if ... |
11. How to input to the documentation process? forum.hibernate.org |
12. Hibernate Reference Documentation forum.hibernate.orgA text editor (actually, I only use IntelliJ these days for XML), some Java libraries (FOP, Batik) and the DocBook DTD and XSL stylesheets. It's slow, its a pain and its full of bugs. But its the best "open source" text processing system, if you don't like TeX. You can find it all in the doc/ subdirectory if you checkout the ... |
13. How to contribute to Hibernate documentation? forum.hibernate.orgPost on the wiki, help to clean the wiki and complete the existing pages, help with the translation. There are many beginner tutorials now from many people, so thats fine. Help with the complex scenarios, like EJB and rich clients. The reference documentation has already been cleaned up, this update will be included in the next release. Also keep in mind ... |
14. Error found in Hibernate documentation! forum.hibernate.orgpublic static List fetchOfflinePartnersWithProducts() throws PersistenceException { List partnerList = null; try { Session session = HibernateSession.currentSession(); partnerList = session.createSQLQuery( ... |
15. documentation typo forum.hibernate.org |
16. Documentation on Hibernate API forum.hibernate.org |
17. hibernate-configuration documentation? forum.hibernate.orgThe mappings can be inside a directory structure. These can be inside a jar file. I haven't used a jar definition inside the config file so far. I used something like: |
18. Hibernate Toolset Workshop documentation to be corrected? forum.hibernate.orgHi, In the workshop they tell you can use the Hibernate mapping file as a starting point and then the way to go is: hbm2ddl and then hbm2java. The problem is that hbm2ddl requires the class files for default property values introspection. So you require to first do hbm2java, then compile, then hbm2ddl. Am I wrong in this? Is it possible ... |
19. Hibernate 3 Documentation forum.hibernate.org |
20. MultipleHiLoPerTableGenerator API documentation misleading forum.hibernate.org |
21. Addidtion to documentation? forum.hibernate.orgHi all, Last 5 days i've been looking for a problem i had with initialisation off a generated key. The type is the primitive long. There should somewhere be specified that the unsaved-value for long (if you don't set it) should always be 0. I've overlooked that apparently (and from the 3 thread i wrote no-one answered, so apparently everyon overlooks ... |
22. Wanted: Documentation maintainer forum.hibernate.orgThe Hibernate team is looking for a new member to help with the documentation process. This is mostly a maintenance and coordination job. Responsibilities include: - Organization of the Wiki Community Area on the hibernate.org website - Coordination of the translator team (15 writers from all over the world) - Working on the DocBook documentation build process - Helping developers to ... |
23. Documentation for createMapping method? forum.hibernate.org |
24. How is the Hibernate documentation authored? forum.hibernate.orgIf source or binary is distributed, the LGPL has to be included (or a clear reference where to obtain the distribution license for the included software) so that the receiver can exercise his rights. If you modify the code and distribute, you have to distribute the source of your modifications under the LGPL as well. Usually you do this by providing ... |
25. hibernate implementation documentation - how to get? forum.hibernate.orgHello I would like to get to know whether there is a hibernate implementation documentation available. I will have to lead a seminar on Hibernate implementation details and searching Hibernate site, forum and also doing some google search I did not found any results. If these papers (it's quite probable that developers created some more general documentation about their main implementation ... |
26. 14.15. Tips & Tricks - documentation error ? forum.hibernate.org |
27. Servlet for Hibernate Reference Documentation (3.0.5) forum.hibernate.orgHi, I am extremely new to this concept provided by Hibernate but have gone through the Hibernate Reference Documentation (version 3.0.5) along with a little bit of Hibernate In Action. I am attempting to generate a Java Servlet to go along with the reference documentation's simple cat example (in chapter 1) and am not having any success at all. Is there ... |
28. Errors in Documentation forum.hibernate.org |
29. Error with my first application (Hibernate Documentation) forum.hibernate.orgI followed exactly the tutoriel being in the documentation of hibernate (the example with the Events). And when I want to launch the first method which records a first Event, I have this error which I do not understand: Code: run: [java] Initial SessionFactory creation failed.java.lang.ExceptionInInitiali zerError [java] Exception in thread ... |
30. errors in the tutorial in the reference documentation forum.hibernate.orgHi, I'm not sure if this is the correct place to be posting these discrepancies, but hopefully someone who can fix them will notice and get around to updating the tutorial. URL: http://www.hibernate.org/hib_docs/v3/re ... orial.html the EventManager class described in the tutorial makes a call to session.getTransaction() where no such method exists. It looks like getTransaction has been replaced by returning ... |
31. documentation location forum.hibernate.org |
32. Please expand documentation for Example and excludeZeroes() forum.hibernate.orgHibernate version: 3.1 I think there is a lot of confusion about how PropertySelectors work and what Example.excludeZeroes() does. The cause for this confusion comes from the lack of documentation in these two areas. Documentation needs to be added to the following areas: 1. The Javadoc for the Example class needs to be modified to explain that only one PropertySelector can ... |
33. Hibernate sorely lacking documentation and community help forum.hibernate.orgHas everyone else noticed that Hibernate documentation is really weak? I've tried using these forums before, but never got responses. I have better luck getting responses from the Sun Java Forums even when asking Hibernate specific questions. I've noticed that the majority of Hibernate Forums questions get 0 or 1 repsonse. Very few generate good discussion. A coworker that used to ... |
34. Error in documentation -- 4.4. Dynamic models forum.hibernate.org |
35. One-to-One example in reference documentation not working. forum.hibernate.orgNewbie Joined: Sat Jun 23, 2007 10:57 am Posts: 2 Hibernate version: version 3.2.4.sp1, May 18, 2007 Hibernate Annotation version: Version: 3.3.0.GA, 19.03.2007 Name and version of the database you are using:Oracle 8.1.7 I copied this example from the reference documentation that comes with the 3.3.0 GA documentation. (hibernate-annotations-3.3.0.GA/doc/reference/en/html_single/index.html#entity-mapping-association) Its the example from the "2.2.5.1. One-to-one" section describing a one-to-one using ... |
36. SUM returns Double (better documentation needed?) forum.hibernate.org |
37. dynamic-class documentation forum.hibernate.org |
38. Reg Hibernate xsd element documentation forum.hibernate.orgWhere do you think we would get those from? Much of the documentation can be found in and along with the Hibernate Core download. You should probably dig through that a little bit. You might find what you are looking for. The documentation that comes with the Hibernate core download is excellent. |
39. Disheartened by documentation... forum.hibernate.orgI'm putting a serious effort into understanding Hibernate, but sometimes I just have to sit back and say.. WTF? One of these comes from this line: TODO: put words around this stuff you can find that here: http://www.hibernate.org/hib_docs/refer ... pings.html I understand Hibernate has some serious intentions and is used in many, many database heavy applications. Still, I can't help but ... |
40. Hibernate documentation translated into Spanish forum.hibernate.org |
41. Where is the old documentation? forum.hibernate.org |
42. Detailed Hibernate Documentation forum.hibernate.org |
43. question about the documentation forum.hibernate.orgIn the section 7.2 of documentation here: http://www.hibernate.org/hib_docs/reference/en/html_single/#assoc-unidirectional it states "A unidirectional one-to-many association on a foreign key is a very unusual case, and is not really recommended". I was finding that quite a surprise. It then says in section 7.3.1 here http://www.hibernate.org/hib_docs/reference/en/html_single/#assoc-unidirectional-join "A unidirectional many-to-one association on a join table is quite common when the association is optional". Upon third ... |
44. Correction: Hibernate Reference Documentation 3.3.1 (pdf)! forum.hibernate.org |
45. What is the link for downloading Hibernate API Documentation forum.hibernate.org |