Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Search results

Page title matches

  • The quick start of the [[CDO_Hibernate_Store|CDO Hibernate Store]] takes you through the following steps: All the Hibernate store dependencies are downloaded and installed through update sites.
    5 KB (826 words) - 16:34, 16 June 2011
  • ...draft_icon.png|Warning]] This page is obsolete. Please see "Migrating from Hibernate to EclipseLink" in the ''[http://www.eclipse.org/eclipselink/documentation
    262 bytes (38 words) - 12:51, 30 January 2013
  • ...d your comments or additional content. If you are trying to migrate from a Hibernate annotation that is not covered here please post a question to the [http://w === @org.hibernate.annotations.Entity ===
    5 KB (624 words) - 10:38, 3 November 2009
  • ...e implemented with [[Teneo/Hibernate|Teneo]] and [http://www.hibernate.org Hibernate]. This combination of tools gives the user/developer the following advantag ...there are no known obstacles for using CDO on other databases supported by Hibernate.
    8 KB (1,180 words) - 07:42, 4 September 2013
  • The [[CDO_Hibernate_Store|CDO Hibernate Store]] is available in the following versions: * CDO 4.2: Eclipse 4.3, EMF 2.9, Hibernate 4.1, Teneo 2.0.1
    4 KB (564 words) - 07:47, 4 September 2013
  • The [[CDO_Hibernate_Store|CDO Hibernate Store]] makes use of 2 distinctive components: * [http://www.hibernate.org Hibernate]: for runtime object relational mapping from CDO objects to a relational da
    2 KB (331 words) - 20:08, 27 December 2010
  • The configuration of the [[CDO]] server with the [[CDO_Hibernate_Store|CDO Hibernate Store]] consists of 2 parts: This page uses the org.eclipse.emf.cdo.examples.hibernate.server project as an example. In addition there are 2 other examples projec
    15 KB (2,304 words) - 09:35, 14 May 2012
  • ...on issues which you can encounter when using the [[CDO/Hibernate_Store|CDO Hibernate Store]]. ...step often it makes sense to check the hibernate mapping generated by the hibernate store. See [[CDO/Hibernate_Store/Configuration_and_Setup#How_to_get_to_the_
    6 KB (844 words) - 06:55, 8 May 2012
  • ...on-reference type java member can also be set on an EDataType (see [[Teneo/Hibernate/ModelRelational/Annotations_Support#Annotations_on_EDataType|here]] for mor See [[Teneo/Hibernate/ModelRelational/Teneo_Annotation_Examples#Examples_of_annotations_defined_i
    7 KB (1,089 words) - 16:46, 14 June 2023
  • ...ownloading]] the example projects from GIT go to the org.eclipse.emf.teneo.hibernate.examples project. ...id bag is an efficient Hibernate list mapping, see [http://docs.jboss.org/hibernate/core/3.3/reference/en/html/collections.html#collections-idbag here] for mor
    7 KB (998 words) - 03:53, 30 March 2012
  • 45 bytes (5 words) - 09:07, 21 January 2010
  • ...tegration supports all EMF features and standard [http://www.hibernate.org Hibernate] features. EMF objects can be persisted in most major relational databases ...del-Relational mapping using JPA annotations in the model, see the [[Teneo/Hibernate#Model_Relational_Mapping_with_EJB3.2FJPA_Annotations|JPA/EJB3 pages]] for m
    7 KB (1,109 words) - 18:52, 2 November 2012
  • '''[[Teneo/Hibernate/Annotations|Click here to go to the Teneo Hibernate Annotations page]]'''
    94 bytes (15 words) - 11:10, 21 January 2010
  • ...age gives a complete overview of the support for JPA annotations including Hibernate annotation extensions and convenience Teneo extensions. The '''[[Teneo/Hibernate/Annotations/Annotations_Format|annotations format]]''' page describes in de
    908 bytes (138 words) - 10:54, 21 January 2010
  • #REDIRECT [[Teneo/Hibernate/Annotations/Annotations Format]]
    60 bytes (6 words) - 10:30, 21 January 2010
  • ...21/emf-teneo-2-0-jpa-2-0-and-hibernate-4/ JPA 2.0] annotations, additional Hibernate annotation extensions and adds several convenience annotations. == Hibernate Annotations Extensions==
    6 KB (955 words) - 06:33, 8 November 2013
  • '''[[Teneo/Hibernate|Click here to go to the main Teneo Hibernate page]]'''
    76 bytes (14 words) - 11:09, 21 January 2010
  • ...For a detailed description the HQL syntax visit the [http://docs.jboss.org/hibernate/stable/core/reference/en/html/queryhql.html HQL Documentation]. Note that HQL is supported, not the Hibernate Criteria api.
    8 KB (1,175 words) - 20:07, 27 December 2010
  • 4 KB (480 words) - 13:23, 7 December 2011
  • '''[[Teneo/Hibernate/XMLSchema|Click here to go to the main Teneo Hibernate XML Schema page.]]'''
    98 bytes (17 words) - 13:14, 21 January 2010
  • * [[Teneo/Hibernate/XMLSchema/Support_XML_Schema_Constructs|Supported XML Schema Constructs]]: * [[Teneo/Hibernate/XMLSchema/FeatureMap|Feature Map and Mixed Content]]: discusses how Teneo s
    675 bytes (101 words) - 13:17, 21 January 2010
  • ...e Teneo persistency layer supports Feature Maps and generates the required Hibernate mappings. Teneo FeatureMap support is hidden for the developer. The informa
    10 KB (1,420 words) - 13:51, 21 January 2010
  • ===Lazy loading (Hibernate Proxying) of many-to-one does not work=== ...ng of many-to-one associations working you have to set the option: [[Teneo/Hibernate/Configuration_Options|SET_PROXY]] to "true".
    16 KB (2,419 words) - 17:44, 30 January 2016
  • The [[EMF]] [[Hibernate]] integration has two Resource implementations (HibernateResource and Hiber The Hibernate Resource is registered using different extensions/protocols:
    10 KB (1,470 words) - 04:48, 8 April 2014
  • ...m the child to the parent in the relation. When the parent is deleted then hibernate will first nullify the foreign-key column in the child before removing the ...for more information: [http://forum.hibernate.org/viewtopic.php?p=2383090 hibernate forum], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=242479 EMF Bugzilla]
    20 KB (3,045 words) - 05:27, 31 May 2010
  • ...default for an EMF association. Indexed 1:n relations are mapped using the Hibernate list tag. This results in an additional column in the database to keep trac ...e should also contain the index for both sides of the nm relation. However Hibernate can not handle indexed collections on both sides of the nm relation.
    12 KB (1,863 words) - 16:06, 5 December 2011
  • #REDIRECT [[Teneo/Hibernate/ModelRelational/Association Mapping]]
    65 bytes (6 words) - 15:17, 21 January 2010
  • #REDIRECT [[Teneo/Hibernate/ModelRelational/Teneo Annotation Examples]]
    71 bytes (7 words) - 15:18, 21 January 2010
  • ...'': gives a complete overview of the support for JPA annotations including Hibernate annotation extensions and convenience Teneo extensions. * '''[[Teneo/Hibernate/ModelRelational/Annotations_Format|Annotations Format]]''': describes in de
    2 KB (294 words) - 21:01, 24 March 2010
  • '''[[Teneo/Hibernate/ModelRelational|Click here to go to the Model Relational Mapping overview p
    105 bytes (16 words) - 15:20, 21 January 2010
  • #REDIRECT [[Teneo/Hibernate/ModelRelational/Annotations Format]]
    64 bytes (6 words) - 15:21, 21 January 2010
  • #REDIRECT [[Teneo/Hibernate/ModelRelational/Annotations Support]]
    65 bytes (6 words) - 15:21, 21 January 2010
  • ...rnate.org/hib_docs/v3/reference/en/html/inheritance.html chapter 9] of the Hibernate manual): ...orted. If you prefer the table-per-class implicit polymorphism approach of Hibernate then this can be (in a way) achieved by setting the mapped superclass annot
    7 KB (1,066 words) - 08:49, 23 January 2010
  • ...ment and non-containment associations. When loading and persisting objects Hibernate takes care of storing the objects in their respective tables and resolving ...which retrieve all objects of a certain type are the same as with standard hibernate:
    6 KB (948 words) - 17:15, 31 October 2010
  • # Configure Hibernate properties for accessing the database. (Described here.) # Call initialize() to build the Hibernate mapping and create the tables in the database.
    7 KB (948 words) - 17:05, 7 November 2010
  • ...f.teneo.hibernate.mapper.*: these ExensionPoints take care of creating the hibernate mapping file from the jpa annotated model. ...e ExtensionPoints are mostly implementations of the hibernate accessor and hibernate getter and setter interfaces. These propertyhandlers are used to access the
    12 KB (1,734 words) - 16:01, 21 January 2010
  • ...g the naming of tables/columns/foreign keys in more detail use the [[Teneo/Hibernate/Extensions#SqlNameStrategy_ExtensionPoint_.28org.eclipse.emf.teneo.mapping. For detailed control of entity naming use the [[Teneo/Hibernate/Extensions#EntityNameStrategy_ExtensionPoint_.28org.eclipse.emf.teneo.mappi
    19 KB (3,199 words) - 15:18, 10 March 2015
  • ...o|Teneo]] for the Model Relational mapping. Teneo generates a mapping for Hibernate on the basis of the ecore model and optional JPA annotations. JPA annotatio ...odelRelational/Annotations_Support|supports all JPA annotations]] and many Hibernate extensions.
    12 KB (1,841 words) - 21:55, 26 November 2012
  • This tutorial shows how to run and query a [[CDO_Hibernate_Store|CDO Hibernate Store]]. This tutorial assumes that the required dependencies are [[CDO_Hib [[Image:org.eclipse.emf.cdo.hibernate.project_explorer.png|center|200px]]
    15 KB (2,140 words) - 20:09, 27 December 2010
  • #REDIRECT [[CDO Hibernate Store Start Tutorial]]
    48 bytes (6 words) - 18:01, 21 January 2010
  • * Hibernate * '''2.1.0: EMF 2.10/Eclipse 4.4/Hibernate 4.3.*/JPA 2.0:'''
    6 KB (957 words) - 05:38, 13 June 2023
  • The EMF - Hibernate integration consists of two main parts: ...r is responsible for the automatic mapping of an EMF model to an in-memory Hibernate mapping. The mapping logic can be influenced by EJB3-like annotations in th
    3 KB (462 words) - 07:44, 23 January 2010
  • This quick start shows how EMF, Teneo and Hibernate work together to automatically creates the database schema and persist EMF ...ick start tutorial uses the example project which you can download [[Teneo/Hibernate/Download_and_Install#Download_Example_Project_for_Tutorials|here]].
    7 KB (1,027 words) - 02:02, 29 November 2012
  • ...L] queries for EMF object and using the [[Teneo/Hibernate/EMF_Resource|EMF Hibernate resource]]. This tutorial uses the example project which you can download [[Teneo/Hibernate/Download_and_Install#Download_Example_Project_for_Tutorials|here]].
    10 KB (1,329 words) - 02:02, 29 November 2012
  • ...utorial is available in the example project which you can download [[Teneo/Hibernate/Download_and_Install#Download_Example_Project_for_Tutorials|here]]. * It uses the QuickStart tutorial class described in the [[Teneo/Hibernate/QuickStart|quick start tutorial]] to create a database for the Library exam
    8 KB (1,096 words) - 09:51, 18 August 2010
  • This tutorial describes how the Hibernate EMF resource can be used in the Library editor. This tutorial assumes that ...cies (incl. hsqldb and mysql drivers) should be installed. See the [[Teneo/Hibernate/Download_and_Install|Download & Install]] page for more information.
    8 KB (1,230 words) - 13:31, 9 December 2010
  • ...dex.html GMF Mindmap Tutorial] to operate on a relational database using [[Hibernate]]. The chosen approach is to make very small changes to the generated code ...cl. [[HSQLDB]] and [[MySQL]] drivers) should be installed. See the [[Teneo/Hibernate/Download_and_Install|Download & Install]] page for more information.
    14 KB (2,126 words) - 19:25, 9 December 2010
  • ...first access). For these collections it can make sense to make use of the Hibernate extra-lazy functionality. Teneo supports this functionality and facilitates ...ibernate-extra-lazy-collection-fetching this blog] for some information on Hibernate extra-lazy behavior.
    4 KB (545 words) - 05:33, 28 March 2010
  • #REDIRECT [[Teneo/Hibernate/Collection Extra-Lazy Loading]]
    59 bytes (6 words) - 21:02, 24 March 2010
  • * Teneo depends on Hibernate 3.6.0 or later (was 3.3.2 before) ...apping is necessary is because of a bug in the Query implementation of the Hibernate EntityManager. Teneo works arounds this issue in the wrappers. See the java
    1 KB (137 words) - 23:46, 12 November 2010
  • #REDIRECT [[CDO/Hibernate Store]]
    33 bytes (4 words) - 18:11, 18 December 2010
  • #REDIRECT [[CDO/Hibernate Store/HQL]]
    37 bytes (5 words) - 23:57, 1 January 2011
  • #REDIRECT [[CDO/Hibernate Store/HQL]]
    37 bytes (5 words) - 20:07, 27 December 2010
  • #REDIRECT [[CDO/Hibernate Store/Architecture]]
    46 bytes (5 words) - 20:08, 27 December 2010
  • #REDIRECT [[CDO/Hibernate Store/Quick Start]]
    45 bytes (6 words) - 20:08, 27 December 2010
  • #REDIRECT [[CDO/Hibernate Store/Model Relational Mapping]]
    58 bytes (7 words) - 20:09, 27 December 2010
  • #REDIRECT [[CDO/Hibernate Store/Troubleshooting]]
    49 bytes (5 words) - 20:09, 27 December 2010
  • #REDIRECT [[CDO/Hibernate Store/Tutorial]]
    42 bytes (5 words) - 20:09, 27 December 2010
  • #REDIRECT [[CDO/Hibernate Store/Configuration and Setup]]
    57 bytes (7 words) - 20:09, 27 December 2010
  • #REDIRECT [[CDO/Hibernate Store/Download and Install]]
    54 bytes (7 words) - 20:09, 27 December 2010
  • Teneo has many [[Teneo/Hibernate/Configuration_Options|configuration options]], the following options are sp ...t/tree/hibernate/org.eclipse.emf.teneo.hibernate/src/org/eclipse/emf/teneo/hibernate/auditing/AuditVersionProvider.java AuditVersionProvider]. The AuditVersionP
    9 KB (1,412 words) - 10:39, 29 November 2012
  • == Hibernate Data Type Examples<br> == This article covers the Hibernate Data Type (one of the data types used in Modelling workbench), and uses aud
    8 KB (1,047 words) - 05:13, 28 June 2013
  • ...The auditing support is based on the auditing support provided by [[Teneo/Hibernate/Auditing|Teneo]] with the notable difference that auditing and revisions ar The CDO Hibernate Store uses the Teneo mapping engine to generate an auditing model and datab
    6 KB (793 words) - 10:30, 6 December 2012
  • #REDIRECT [[Stardust/Knowledge Base/Integration/Data/Hibernate Data Examples]]
    78 bytes (9 words) - 05:13, 28 June 2013

Page text matches

  • <cs:dependency name="hibernate-core"/> <rm:searchPath name="hibernate-tools">
    67 KB (9,899 words) - 20:05, 14 February 2009
  • * inheritance structures: as it is supported by hibernate for example, however for most rdb schemas one can make the statements that
    4 KB (674 words) - 12:16, 13 November 2009
  • The storage back-end is pluggable and migrations between direct JDBC, Hibernate, Objectivity/DB, MongoDB or DB4O are seamless for CDO applications. [[CDO/Hibernate Store|Hibernate Store]]: [[CDO/Hibernate_Store/Quick_Start|Quick Start]], [[CDO/Hibernate_S
    6 KB (820 words) - 12:05, 1 November 2016
  • * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=222136 222136]: New Hibernate-based CP (supports new HOWL).
    6 KB (815 words) - 10:54, 16 December 2008
  • === Q: How do I use popular ORM (Object-Relational Mapping) tools such as Hibernate and JDO as a data source? === ...cts) is used to connect to any source (relational or non-relational) while Hibernate is used to connect to relational databases.
    23 KB (3,870 words) - 18:53, 11 January 2008
  • === [http://www.elver.org EMF Persistency Layer using Hibernate/JPOX with support for EJB3-EAnnotations] === ...al], 2006-06-08<br>Elver EMF Store is a persistency solution for EMF using Hibernate or JPOX/JDO 2.0. It supports automatic creation of EMF to Relational Mappin
    33 KB (4,976 words) - 06:54, 2 March 2012
  • Hibernate based Resource Meta Data Service DB settings
    7 KB (869 words) - 10:20, 21 June 2010
  • ...o attach as a buddy of another bundle. e.g. to say that you are a buddy of Hibernate. Buddy policy does not required classes to be exported in order for them to
    25 KB (3,919 words) - 21:16, 17 October 2007
  • J2EE (Struts, Hibernate, EJB, ...), .Net, PHP, RCP, and custom frameworks.
    2 KB (258 words) - 04:21, 19 July 2013
  • ...06 Teneo: Model Driven Relational Persistence, Persisting EMF Models using Hibernate/JPOX] : Another very popular topic within EMP, sure to interest attendees.
    5 KB (744 words) - 14:50, 21 April 2007
  • **for example- org.hibernate.annotations.Entity **hibernate annotations are additions to JPA annotations
    2 KB (339 words) - 17:28, 24 January 2007
  • Recently, Hibernate, EJB3, and Rails technologies have emerged as a means of automating the dat By analogy, just as Hibernate helps automate the data flow between the business tier and the database tie
    4 KB (713 words) - 10:32, 12 January 2024
  • # Switching hibernate out to EclipseLink ...h Oracle for timelines and investigate when is the best time to switch out hibernate to EclipseLink.
    5 KB (795 words) - 12:27, 3 April 2007
  • * IP issues with Teneo's use of Hibernate
    558 bytes (76 words) - 14:50, 21 April 2007
  • ...t have the correct information available. For instance the dependency to hibernate has been removed. ...84&release_id=498399 Hibernate] Jars to '''org.eclipse.maya.server.example.hibernate''' project
    7 KB (1,124 words) - 15:52, 10 January 2008
  • ...pse.org/ipzilla/show_bug.cgi?id=8429 APPROVED-8429] || Test || Required by Hibernate for Bean Validation testing. ...pse.org/ipzilla/show_bug.cgi?id=8430 APPROVED-8430] || Test || Required by Hibernate for Bean Validation testing.
    14 KB (1,846 words) - 03:58, 24 August 2017
  • ...orage adapters'' that allow you to develop and use different mappers (like Hibernate- or OODB-based). On the client side CDO provides a default integration with
    14 KB (2,063 words) - 21:12, 16 January 2008
  • This tutorial is about using Hibernate as persistence layer for Eclipse Scout applications. The discussed implemen
    265 bytes (37 words) - 18:14, 16 July 2012
  • ...d>HibernateJPAPerformanceRegressionModel</td><td>Compares EclipseLink with Hibernate.</td></tr>
    3 KB (375 words) - 09:23, 23 July 2014
  • ...stic to runtimes (based on standards)''' - Dali should still be usable for Hibernate based JPA, not only for EclipseLink
    8 KB (1,266 words) - 17:34, 15 December 2007
  • This is the case, for instance, of Hibernate , Apache Cayenne and all of the other frameworks implementing the Java Per
    2 KB (278 words) - 04:51, 27 December 2007
  • * Hibernate as an XDI store
    4 KB (619 words) - 09:15, 24 August 2010
  • ...nt graph factories use different backing stores (e.g. In-Memory, XML file, Hibernate). Some graph factories have configuration properties that should be set bef
    4 KB (632 words) - 08:55, 29 January 2010
  • * JPA performance comparison with Hibernate * JPA concurrency comparison with Hibernate
    8 KB (1,163 words) - 11:29, 12 May 2008
  • * [https://bugs.eclipse.org/bugs/show_bug.cgi?id=222136 222136]: New Hibernate-based CP (supports new HOWL).
    3 KB (426 words) - 18:38, 28 October 2009
  • ...revious mapping approach. Teneo has 40+ configuration options, see [[Teneo/Hibernate/Configuration_Options|here]].
    925 bytes (149 words) - 12:24, 27 May 2010
  • * org.eclipse.emf.teneo.hibernate.eclipse
    276 bytes (43 words) - 12:38, 27 May 2010
  • ...ry good example of a project making use of annotated models is the [[Teneo/Hibernate/ModelRelational|Teneo]] project which makes use of JPA annotations in the m ...annotation models are planned to be added, for example for EJB3 (Seam) or Hibernate Search.
    11 KB (1,768 words) - 12:48, 31 January 2010
  • =Migrating from Hibernate to EclipseLink within the JBoss JSFEJB3 Example= ...s are for users wishing to use EclipseLink as the JPA provider in place of Hibernate in the [http://www.jboss.org/jbossas/downloads JBoss] container.
    19 KB (2,312 words) - 08:43, 21 June 2012
  • * Hibernate ** [http://wiki.eclipse.org/EclipseLink/Examples/JPA/Migration/JBoss JBoss/Hibernate EJB3 Example to JBoss/EclipseLink]
    183 bytes (23 words) - 07:12, 12 November 2008
  • hibernate.connection.password= hibernate.default_catalog.null=
    18 KB (2,162 words) - 15:06, 19 May 2008
  • hibernate.connection.password= hibernate.default_catalog.null=
    18 KB (2,162 words) - 15:07, 19 May 2008
  • hibernate.connection.password= hibernate.default_catalog.null=
    8 KB (924 words) - 02:02, 18 June 2008
  • * Generation of (in-memory) JDO and Hibernate Mappings on the basis of ecore models
    1 KB (196 words) - 21:22, 9 December 2010
  • ** See [[#Hibernate Store Features|Hibernate Store Features]] ==Hibernate Store Features==
    4 KB (623 words) - 15:24, 27 June 2008
  • *[[CDO Hibernate Store|Hibernate Store manual and tutorials]] (by Martin Taal)
    5 KB (681 words) - 01:32, 12 October 2014
  • '''Hibernate Data model browser''' - We wanted to use CNF for Hibernate tools to show the static data model and for browsing the object graph/query ...trieved using web services, but in other cases the data has been loaded by Hibernate or whatever. The important thing is that the CNF should be easy to use in s
    5 KB (747 words) - 05:04, 1 February 2024
  • * JPA performance comparison with Hibernate * JPA concurrency comparison with Hibernate
    8 KB (1,092 words) - 15:46, 24 March 2009
  • Here is the code for the Hibernate provider. This factory only support MySQL and DB2. Some additional work i config.put("hibernate.dialect", getDialect(connectionInfo.getType()));
    12 KB (1,430 words) - 13:11, 24 June 2008
  • # Working good with the implementations de JPA: Hibernate and TopLink. ...ity.Department”, an option was write this in the query as is possible in hibernate but this idea was discard becouse JPA not allow it.
    10 KB (1,457 words) - 09:53, 19 September 2009
  • ...d the Hibernate JARs and copy them into the <tt>org.eclipse.emf.cdo.server.hibernate.libraries</tt> bundle in the workspace. (This step will be handled similarl
    7 KB (1,070 words) - 11:18, 28 June 2008
  • The JBoss team are integrating BIRT into the JBoss with an ODA to access Hibernate data, and integration with SEAM. More details can be found on Jira at the
    7 KB (974 words) - 20:40, 30 June 2008
  • import org.eclipse.emf.cdo.server.hibernate.teneo.TeneoHibernateMappingProvider; import org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore;
    10 KB (1,210 words) - 02:58, 11 May 2012
  • The quick start of the [[CDO_Hibernate_Store|CDO Hibernate Store]] takes you through the following steps: All the Hibernate store dependencies are downloaded and installed through update sites.
    5 KB (826 words) - 16:34, 16 June 2011
  • ...draft_icon.png|Warning]] This page is obsolete. Please see "Migrating from Hibernate to EclipseLink" in the ''[http://www.eclipse.org/eclipselink/documentation
    262 bytes (38 words) - 12:51, 30 January 2013
  • ...d your comments or additional content. If you are trying to migrate from a Hibernate annotation that is not covered here please post a question to the [http://w === @org.hibernate.annotations.Entity ===
    5 KB (624 words) - 10:38, 3 November 2009
  • ...artin Taal from the Teneo project we developed a [[CDO_Hibernate_Store|CDO Hibernate store]]. I heard that Teneo supports JPA, so yes, a CDO repository can work
    26 KB (4,202 words) - 23:17, 14 January 2013
  • | <tt>org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore</tt> | <tt>org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore</tt>
    16 KB (2,377 words) - 04:21, 15 August 2015
  • ...ite] 2.5.0.M3 (based on Eclipse 3.6 and Apache Tomcat 6.0.20) based native Hibernate project to one that uses EclipseLink JPA. ...provided via JPA (using either [http://www.eclipselink.org EclipseLink] or Hibernate as the provider) - or via native ORM for either of these persistence provid
    23 KB (3,063 words) - 13:20, 25 December 2010
  • ...ior Java Software Engineer at Ebit NV specialized in building custom J2EE, Hibernate and Spring based applications for disparate types of clients. In the past,
    10 KB (1,375 words) - 12:42, 20 November 2008
  • ...RCP, as well as general purpose frameworks like [http://www.hibernate.org Hibernate] and [http://www.gridgain.org GridGain].
    4 KB (641 words) - 13:50, 3 November 2008
  • * Tools for Specific Frameworks and Libraries (e.g. Spring, AspectJ, Hibernate, etc)
    12 KB (1,772 words) - 13:29, 26 May 2009
  • **EMF and Teneo (Hibernate, EclipseLink, etc.)
    1,004 bytes (135 words) - 15:21, 28 October 2008
  • ## ...if the primary focus is '''Spring''', '''AspectJ''', '''Hibernate''', etc., then consider the [[EclipseCon_2009_Category_Descriptions#Tools|T
    12 KB (1,321 words) - 13:17, 25 November 2008
  • ** Demo: Real World Example DSL for Hibernate & Tapestry 5
    14 KB (2,037 words) - 11:16, 27 February 2013
  • That also allows you to hibernate your computer at work (with the Riena client running), and then bring it up
    10 KB (1,696 words) - 03:42, 8 July 2011
  • ...ss data handling is not the use case for ORM tools. They even say so in an Hibernate book, that one should look for other solutions, if mass data handling is th
    28 KB (4,131 words) - 04:14, 13 May 2010
  • * This leeds to issues between OSGi and Hibernate which need to be fixed -> asks for help by Bull guys
    4 KB (654 words) - 12:32, 18 March 2009
  • * Monitoring Bonita still has problems (maybe concerned about Hibernate/OSGi integration), probably try EJB version of Bonita, contact Guillaume fo
    4 KB (556 words) - 12:11, 8 April 2009
  • * org.eclipse.higgins.user.idas project implements LoginService by using hibernate CP.
    6 KB (813 words) - 11:04, 6 July 2009
  • ...yinc.net|username=AlexY|downloadurl=no|otherdl=Needs hibernate https://www.hibernate.org/}} {{HigCompTblRow2Wiki|type=Impl.|plugdir=sync.core|h1=[[Image:Led-box ...er=markus.sabadello.gmail.com|username=Markus|downloadurl=no|otherdl=Needs Hibernate and a recent version of OpenXRI which is not approved for Higgins}}
    23 KB (3,172 words) - 15:34, 15 August 2014
  • '''http://graceland.parityinc.net/xdi-endpoint/hibernate-graph-ver/''' * This is an XDI endpoint backed by a Hibernate store using an Apache Derby database.
    4 KB (521 words) - 06:49, 2 September 2009
  • ...ggins.sync.meta]], depends on hibernate libraries (LGPL v2.1 - https://www.hibernate.org/
    338 bytes (44 words) - 11:25, 15 July 2009
  • Win > Edit Power Plan > Change Advanced power settings > Sleep > Hibernate after > On battery > Never
    31 KB (4,592 words) - 13:00, 27 April 2020
  • ...es support for EclipseLink 2.0.1 as a JPA 2.0 provider on GlassFish 3.0.1 (Hibernate 3.2.5 as a JPA 1.0 provider is also supported). *Hibernate 3.2.5
    4 KB (534 words) - 17:46, 8 February 2011
  • ...libraries and logging library implementations. Quite often libraries like Hibernate or Velocity, supports many loggers, like Log4J, commons-logging, java.util.
    10 KB (1,492 words) - 06:19, 13 October 2009
  • *OTN Post: Hibernate 3.6 Final (JPA 2.0) + WL 10.3.x :Unable to deploy sample appn - updated *OTN Post: EJB with Hibernate On Weblogic - updated
    49 KB (6,551 words) - 17:56, 7 February 2012
  • ...e implemented with [[Teneo/Hibernate|Teneo]] and [http://www.hibernate.org Hibernate]. This combination of tools gives the user/developer the following advantag ...there are no known obstacles for using CDO on other databases supported by Hibernate.
    8 KB (1,180 words) - 07:42, 4 September 2013
  • The [[CDO_Hibernate_Store|CDO Hibernate Store]] is available in the following versions: * CDO 4.2: Eclipse 4.3, EMF 2.9, Hibernate 4.1, Teneo 2.0.1
    4 KB (564 words) - 07:47, 4 September 2013
  • The [[CDO_Hibernate_Store|CDO Hibernate Store]] makes use of 2 distinctive components: * [http://www.hibernate.org Hibernate]: for runtime object relational mapping from CDO objects to a relational da
    2 KB (331 words) - 20:08, 27 December 2010
  • The configuration of the [[CDO]] server with the [[CDO_Hibernate_Store|CDO Hibernate Store]] consists of 2 parts: This page uses the org.eclipse.emf.cdo.examples.hibernate.server project as an example. In addition there are 2 other examples projec
    15 KB (2,304 words) - 09:35, 14 May 2012
  • ...on issues which you can encounter when using the [[CDO/Hibernate_Store|CDO Hibernate Store]]. ...step often it makes sense to check the hibernate mapping generated by the hibernate store. See [[CDO/Hibernate_Store/Configuration_and_Setup#How_to_get_to_the_
    6 KB (844 words) - 06:55, 8 May 2012
  • ...on-reference type java member can also be set on an EDataType (see [[Teneo/Hibernate/ModelRelational/Annotations_Support#Annotations_on_EDataType|here]] for mor See [[Teneo/Hibernate/ModelRelational/Teneo_Annotation_Examples#Examples_of_annotations_defined_i
    7 KB (1,089 words) - 16:46, 14 June 2023
  • ...ownloading]] the example projects from GIT go to the org.eclipse.emf.teneo.hibernate.examples project. ...id bag is an efficient Hibernate list mapping, see [http://docs.jboss.org/hibernate/core/3.3/reference/en/html/collections.html#collections-idbag here] for mor
    7 KB (998 words) - 03:53, 30 March 2012
  • ...Framework] (EMF). Teneo integrates EMF with both [http://www.hibernate.org Hibernate] and [http://www.eclipse.org/eclipselink EclipseLink]. ...is used for Model Relational mapping within the [[CDO_Hibernate_Store|CDO Hibernate Store]].
    4 KB (608 words) - 17:29, 6 January 2015
  • ...tegration supports all EMF features and standard [http://www.hibernate.org Hibernate] features. EMF objects can be persisted in most major relational databases ...del-Relational mapping using JPA annotations in the model, see the [[Teneo/Hibernate#Model_Relational_Mapping_with_EJB3.2FJPA_Annotations|JPA/EJB3 pages]] for m
    7 KB (1,109 words) - 18:52, 2 November 2012
  • '''[[Teneo/Hibernate/Annotations|Click here to go to the Teneo Hibernate Annotations page]]'''
    94 bytes (15 words) - 11:10, 21 January 2010
  • ...age gives a complete overview of the support for JPA annotations including Hibernate annotation extensions and convenience Teneo extensions. The '''[[Teneo/Hibernate/Annotations/Annotations_Format|annotations format]]''' page describes in de
    908 bytes (138 words) - 10:54, 21 January 2010
  • ...21/emf-teneo-2-0-jpa-2-0-and-hibernate-4/ JPA 2.0] annotations, additional Hibernate annotation extensions and adds several convenience annotations. == Hibernate Annotations Extensions==
    6 KB (955 words) - 06:33, 8 November 2013
  • '''[[Teneo/Hibernate|Click here to go to the main Teneo Hibernate page]]'''
    76 bytes (14 words) - 11:09, 21 January 2010
  • ...For a detailed description the HQL syntax visit the [http://docs.jboss.org/hibernate/stable/core/reference/en/html/queryhql.html HQL Documentation]. Note that HQL is supported, not the Hibernate Criteria api.
    8 KB (1,175 words) - 20:07, 27 December 2010
  • '''[[Teneo/Hibernate/XMLSchema|Click here to go to the main Teneo Hibernate XML Schema page.]]'''
    98 bytes (17 words) - 13:14, 21 January 2010
  • * [[Teneo/Hibernate/XMLSchema/Support_XML_Schema_Constructs|Supported XML Schema Constructs]]: * [[Teneo/Hibernate/XMLSchema/FeatureMap|Feature Map and Mixed Content]]: discusses how Teneo s
    675 bytes (101 words) - 13:17, 21 January 2010
  • ...e Teneo persistency layer supports Feature Maps and generates the required Hibernate mappings. Teneo FeatureMap support is hidden for the developer. The informa
    10 KB (1,420 words) - 13:51, 21 January 2010
  • ===Lazy loading (Hibernate Proxying) of many-to-one does not work=== ...ng of many-to-one associations working you have to set the option: [[Teneo/Hibernate/Configuration_Options|SET_PROXY]] to "true".
    16 KB (2,419 words) - 17:44, 30 January 2016
  • The [[EMF]] [[Hibernate]] integration has two Resource implementations (HibernateResource and Hiber The Hibernate Resource is registered using different extensions/protocols:
    10 KB (1,470 words) - 04:48, 8 April 2014
  • ...m the child to the parent in the relation. When the parent is deleted then hibernate will first nullify the foreign-key column in the child before removing the ...for more information: [http://forum.hibernate.org/viewtopic.php?p=2383090 hibernate forum], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=242479 EMF Bugzilla]
    20 KB (3,045 words) - 05:27, 31 May 2010
  • ...default for an EMF association. Indexed 1:n relations are mapped using the Hibernate list tag. This results in an additional column in the database to keep trac ...e should also contain the index for both sides of the nm relation. However Hibernate can not handle indexed collections on both sides of the nm relation.
    12 KB (1,863 words) - 16:06, 5 December 2011
  • ...'': gives a complete overview of the support for JPA annotations including Hibernate annotation extensions and convenience Teneo extensions. * '''[[Teneo/Hibernate/ModelRelational/Annotations_Format|Annotations Format]]''': describes in de
    2 KB (294 words) - 21:01, 24 March 2010
  • '''[[Teneo/Hibernate/ModelRelational|Click here to go to the Model Relational Mapping overview p
    105 bytes (16 words) - 15:20, 21 January 2010
  • ...rnate.org/hib_docs/v3/reference/en/html/inheritance.html chapter 9] of the Hibernate manual): ...orted. If you prefer the table-per-class implicit polymorphism approach of Hibernate then this can be (in a way) achieved by setting the mapped superclass annot
    7 KB (1,066 words) - 08:49, 23 January 2010
  • ...ment and non-containment associations. When loading and persisting objects Hibernate takes care of storing the objects in their respective tables and resolving ...which retrieve all objects of a certain type are the same as with standard hibernate:
    6 KB (948 words) - 17:15, 31 October 2010
  • # Configure Hibernate properties for accessing the database. (Described here.) # Call initialize() to build the Hibernate mapping and create the tables in the database.
    7 KB (948 words) - 17:05, 7 November 2010
  • ...f.teneo.hibernate.mapper.*: these ExensionPoints take care of creating the hibernate mapping file from the jpa annotated model. ...e ExtensionPoints are mostly implementations of the hibernate accessor and hibernate getter and setter interfaces. These propertyhandlers are used to access the
    12 KB (1,734 words) - 16:01, 21 January 2010
  • ...g the naming of tables/columns/foreign keys in more detail use the [[Teneo/Hibernate/Extensions#SqlNameStrategy_ExtensionPoint_.28org.eclipse.emf.teneo.mapping. For detailed control of entity naming use the [[Teneo/Hibernate/Extensions#EntityNameStrategy_ExtensionPoint_.28org.eclipse.emf.teneo.mappi
    19 KB (3,199 words) - 15:18, 10 March 2015
  • ...o|Teneo]] for the Model Relational mapping. Teneo generates a mapping for Hibernate on the basis of the ecore model and optional JPA annotations. JPA annotatio ...odelRelational/Annotations_Support|supports all JPA annotations]] and many Hibernate extensions.
    12 KB (1,841 words) - 21:55, 26 November 2012
  • This tutorial shows how to run and query a [[CDO_Hibernate_Store|CDO Hibernate Store]]. This tutorial assumes that the required dependencies are [[CDO_Hib [[Image:org.eclipse.emf.cdo.hibernate.project_explorer.png|center|200px]]
    15 KB (2,140 words) - 20:09, 27 December 2010
  • * Hibernate * '''2.1.0: EMF 2.10/Eclipse 4.4/Hibernate 4.3.*/JPA 2.0:'''
    6 KB (957 words) - 05:38, 13 June 2023
  • The EMF - Hibernate integration consists of two main parts: ...r is responsible for the automatic mapping of an EMF model to an in-memory Hibernate mapping. The mapping logic can be influenced by EJB3-like annotations in th
    3 KB (462 words) - 07:44, 23 January 2010
  • * ''HibernateGraphFactory'' - Creates a persistent XDI graph backed by Hibernate
    3 KB (404 words) - 10:01, 29 January 2010
  • ...ature''': defines the update site and the main features it contains (Teneo Hibernate runtime and SDK and Teneo EclipseLink runtime and SDK). This project contai ** '''org.eclipse.emf.teneo.hibernate-feature''': the runtime feature, this is a standard PDE feature project (th
    40 KB (6,025 words) - 16:47, 1 November 2011
  • This quick start shows how EMF, Teneo and Hibernate work together to automatically creates the database schema and persist EMF ...ick start tutorial uses the example project which you can download [[Teneo/Hibernate/Download_and_Install#Download_Example_Project_for_Tutorials|here]].
    7 KB (1,027 words) - 02:02, 29 November 2012
  • ...L] queries for EMF object and using the [[Teneo/Hibernate/EMF_Resource|EMF Hibernate resource]]. This tutorial uses the example project which you can download [[Teneo/Hibernate/Download_and_Install#Download_Example_Project_for_Tutorials|here]].
    10 KB (1,329 words) - 02:02, 29 November 2012
  • ...utorial is available in the example project which you can download [[Teneo/Hibernate/Download_and_Install#Download_Example_Project_for_Tutorials|here]]. * It uses the QuickStart tutorial class described in the [[Teneo/Hibernate/QuickStart|quick start tutorial]] to create a database for the Library exam
    8 KB (1,096 words) - 09:51, 18 August 2010
  • This tutorial describes how the Hibernate EMF resource can be used in the Library editor. This tutorial assumes that ...cies (incl. hsqldb and mysql drivers) should be installed. See the [[Teneo/Hibernate/Download_and_Install|Download & Install]] page for more information.
    8 KB (1,230 words) - 13:31, 9 December 2010
  • ...dex.html GMF Mindmap Tutorial] to operate on a relational database using [[Hibernate]]. The chosen approach is to make very small changes to the generated code ...cl. [[HSQLDB]] and [[MySQL]] drivers) should be installed. See the [[Teneo/Hibernate/Download_and_Install|Download & Install]] page for more information.
    14 KB (2,126 words) - 19:25, 9 December 2010
  • Texo will be extended with additional annotation sets (JPA, Hibernate Search, etc.), this means that over time more types of annotations are avai
    7 KB (1,106 words) - 06:40, 24 September 2013
  • ...first access). For these collections it can make sense to make use of the Hibernate extra-lazy functionality. Teneo supports this functionality and facilitates ...ibernate-extra-lazy-collection-fetching this blog] for some information on Hibernate extra-lazy behavior.
    4 KB (545 words) - 05:33, 28 March 2010
  • ...e&q=terracotta%20toplink&f=false "Terracotta - Cluster the JVM for Spring, Hibernate and POJO Scalability"] - available from Apress. ...uct-documentation-5.html#50491436_87896 Terracotta Distributed Ehcache for Hibernate Express Installation]
    13 KB (1,652 words) - 21:34, 2 November 2010
  • ...r if you want to persist your models in any SQL database, possibly through Hibernate, in an object oriented database, in memory or what ever you can imagine. Wi
    11 KB (1,659 words) - 04:56, 23 June 2010
  • ...later whether to persist the models in any SQL database, possibly through Hibernate, in an object oriented database, in memory or other backend stores.
    3 KB (401 words) - 10:57, 1 November 2010
  • * Dedicated support to several J2EE frameworks (Hibernate, Struts, etc).
    7 KB (977 words) - 12:34, 28 May 2010
  • ...t. Simiarly, a POM.xml that lists hibernate.jar as a dependency references Hibernate.
    7 KB (1,075 words) - 16:06, 16 June 2010
  • * hibernate: hibernate.globally_quoted_identifiers=true
    7 KB (955 words) - 14:49, 15 December 2012
  • Teneo is a database persistency solution for EMF using Eclipselink or Hibernate. It supports automatic creation of EMF to Relational Mappings and the relat
    2 KB (358 words) - 16:43, 27 May 2010
  • === Hibernate Resolution Issue === ...cation will fail to resolve due to missing imports of packages such as org.hibernate.ejb.transaction. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=335174
    5 KB (729 words) - 11:25, 9 April 2013
  • Teneo is a database persistency solution for EMF using Eclipselink or Hibernate. It supports automatic creation of EMF to Relational Mappings and the relat
    45 KB (6,657 words) - 13:53, 17 June 2010
  • As a default the CDO Hibernate server uses hsqldb. ...cdo-server.xml in the config directory in the org.eclipse.emf.cdo.examples.hibernate.server project.
    5 KB (650 words) - 14:23, 22 July 2010
  • ...* Net4j DB Framework PostgreSQL Adapter<br> * CDO Model Repository Server Hibernate ...http://net4j.sourceforge.net/update/] (contains third party packages (e.g. Hibernate, MYSQL, HSQL, PostgreSQL))<br>2. After choosing the first mentioned reposit
    1 KB (199 words) - 14:47, 30 August 2010
  • *Hibernate Objects *[[Stardust/Knowledge_Base/Integration/Data/Hibernate Data Examples|Hibernate Data Type Examples]]
    587 bytes (72 words) - 05:14, 28 June 2013
  • * Teneo depends on Hibernate 3.6.0 or later (was 3.3.2 before) ...apping is necessary is because of a bug in the Query implementation of the Hibernate EntityManager. Teneo works arounds this issue in the wrappers. See the java
    1 KB (137 words) - 23:46, 12 November 2010
  • #REDIRECT [[CDO/Hibernate Store/HQL]]
    37 bytes (5 words) - 23:57, 1 January 2011
  • ...ion: Could not determine type for: java.util.Collection, for columns: [org.hibernate.mapping.Column(ip)] ...and the JPA persistence provider (in this case EclipseLink - but we tested Hibernate as well) - the BigInteger will get truncated into a fixed size numeric fiel
    228 KB (25,789 words) - 08:50, 31 May 2013
  • ...ng on CQs for the EE component upgrades and is now integrating changes for hibernate into 3.6.x and master. He is also looking into some console bugs.
    2 KB (328 words) - 10:13, 8 April 2013
  • == Checking Activity Events, Hand to Hand activity, Hibernate Initially (Runtime) == *If an Activity has "Hibernate Initially" checked during design time.
    4 KB (426 words) - 11:04, 25 June 2013
  • <!-- Hibernate DDL Generation - for reference --> <!-- http://docs.jboss.org/hibernate/core/3.3/reference/en/html/sessionconfiguration.html#configuration-logging
    16 KB (1,825 words) - 11:34, 16 May 2011
  • | Greenpages with updated Hibernate
    2 KB (342 words) - 05:54, 11 August 2011
  • ...oodbye boilerplate - Generating code for the ''[http://www.hibernate.org ''Hibernate ORM Framework'']'','' Mirko Seifert, Seifert IT Consulting &amp; Coaching''
    8 KB (1,135 words) - 10:41, 28 November 2011
  • J2EE (Struts, Hibernate, EJB, ...), .Net, PHP, RCP, and custom frameworks.
    3 KB (392 words) - 09:43, 8 December 2014
  • * What had to be changed and why: example Hibernate, Logging
    3 KB (482 words) - 21:58, 20 October 2011
  • ...a typical web application, as it uses the usual suspects of libs: spring, hibernate, dom4j, commons-*, wicket, etc. The files for this demonstration are availa
    23 KB (3,148 words) - 12:53, 20 May 2013
  • ...ed in a ThreadLocal. This corresponds to the getCurrentSession method on a Hibernate SessionFactory. ** http://stackoverflow.com/questions/1103363/why-is-hibernate-open-session-in-view-considered-a-bad-practice
    4 KB (591 words) - 00:45, 24 September 2011
  • * Added for the benefit of Hibernate users
    5 KB (713 words) - 11:35, 5 June 2012
  • Teneo has many [[Teneo/Hibernate/Configuration_Options|configuration options]], the following options are sp ...t/tree/hibernate/org.eclipse.emf.teneo.hibernate/src/org/eclipse/emf/teneo/hibernate/auditing/AuditVersionProvider.java AuditVersionProvider]. The AuditVersionP
    9 KB (1,412 words) - 10:39, 29 November 2012
  • ** '''Hibernate'''
    10 KB (1,348 words) - 16:47, 3 November 2011
  • ...plesofAPIUsage/ActivityEventHibernateInitially|Checking Activity Event and Hibernate initially Status]]
    5 KB (654 words) - 09:29, 15 March 2016
  • ...tor''', '''slf4j.api''', '''slf4j.simple''' : JSR-303 implementation with Hibernate Validation. .../services/javax.validation.spi.ValidationProvider''' which contains '''org.hibernate.validator.HibernateValidator'''.
    25 KB (3,101 words) - 04:21, 9 November 2011
  • == Hibernate Data Type Examples<br> == This article covers the Hibernate Data Type (one of the data types used in Modelling workbench), and uses aud
    8 KB (1,047 words) - 05:13, 28 June 2013
  • ...ntities, Camel route and other artifacts including the JPA persistence and Hibernate configuration files, Spring context file etc. The build path for this proje
    6 KB (953 words) - 05:27, 28 June 2013
  • Switching to other solutions like [http://www.hibernate.org/ Hibernate] is possible, but beyond the scope of the tutorial.
    3 KB (445 words) - 05:18, 26 May 2013
  • * 20:10 - 20:25: Let's try this again: Hibernate Code-Generation for Pragmatic Developers with HEDL (Jendrik Johannes, DevBo * '''Let's try this again: Hibernate Code-Generation for Pragmatic Developers with HEDL''' ([http://www.xing.com
    13 KB (2,032 words) - 09:21, 21 November 2012
  • '''18.05''' Let's try this again: Hibernate Code-Generation for Pragmatic Developers with HEDL, Mirko Seifert, DevBoost *'''Let's try this again: Hibernate Code-Generation for Pragmatic Developers with HEDL''' ([http://www.xing.com
    9 KB (1,334 words) - 16:54, 17 October 2018
  • ...rst activity named "Wait for Doc Sync" is a Route activity which is set to Hibernate initially. We will discuss the reasons for this decision later in the artic
    12 KB (1,850 words) - 11:36, 14 September 2012
  • *Let's try this again: Hibernate Code-Generation for Pragmatic Developers with HEDL - [http://www.xing.com/p * '''Let's try this again: Hibernate Code-Generation for Pragmatic Developers with HEDL''' ([http://www.xing.com
    10 KB (1,427 words) - 11:30, 20 November 2012
  • ...The auditing support is based on the auditing support provided by [[Teneo/Hibernate/Auditing|Teneo]] with the notable difference that auditing and revisions ar The CDO Hibernate Store uses the Teneo mapping engine to generate an auditing model and datab
    6 KB (793 words) - 10:30, 6 December 2012
  • This tutorial is about using Hibernate as persistence layer for Eclipse Scout applications. The discussed implemen
    265 bytes (37 words) - 02:49, 2 April 2013
  • Switching to other solutions like [http://www.hibernate.org/ Hibernate] is possible, but beyond the scope of the tutorial.
    2 KB (358 words) - 05:19, 26 May 2013
  • * 20:10 - 20:30 '''Aus der Praxis: Integration von Scout, Hibernate und Spring''', ''René Eigenheer'', [http://bridgesolutions.net/ bridge so
    4 KB (502 words) - 10:33, 1 July 2013
  • ==== Hibernate Initially ==== .... The process is identical to the one in Figure 6 above except for the “Hibernate Initially” flag which is set to true for the activity “Call Second POJO
    15 KB (2,110 words) - 02:55, 11 December 2013
  • Switching to other solutions like [http://www.hibernate.org/ Hibernate] is possible, but beyond the scope of the tutorial.
    2 KB (358 words) - 03:55, 2 April 2014
  • ...send and wait. During execution of send and wait the process instance will hibernate and wait for an approval email. once that arrives it will complete this hib
    6 KB (878 words) - 07:10, 3 August 2015
  • Switching to other solutions like [http://www.hibernate.org/ Hibernate] is possible, but beyond the scope of the tutorial.
    2 KB (314 words) - 08:28, 30 January 2015
  • ...pse.org/ipzilla/show_bug.cgi?id=8429 APPROVED-8429] || Test || Required by Hibernate for Bean Validation testing. ...pse.org/ipzilla/show_bug.cgi?id=8430 APPROVED-8430] || Test || Required by Hibernate for Bean Validation testing.
    12 KB (1,637 words) - 09:57, 10 February 2015
  • 20:30 "Eclipse jetzt mit neuem Hibernate 5 Tooling & Java Cloud" - Markus Kett (XDEV Software Corp. Deutschland GmbH
    5 KB (658 words) - 08:40, 13 October 2016
  • 19:30 "Eclipse jetzt mit neuem Hibernate 5 Tooling & Java Cloud" - Markus Kett (XDEV Software Corp. Deutschland GmbH
    4 KB (507 words) - 11:33, 26 September 2016
  • # Markus Kett, XDEV Software Corp, Eclipse jetzt mit neuem Hibernate 5 Tooling & Java Cloud *20:55 - 21:15 Markus Kett: Eclipse jetzt mit neuem Hibernate 5 Tooling & Java Cloud
    6 KB (785 words) - 11:28, 21 November 2016

Back to the top