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

  • [[Special:Whatlinkshere/Introduction to Object-Relational Data Type Mappings (ELUG)|Related Topics]]</div> ...e mappings let you map an object model into an object-relational data type data model.
    10 KB (1,465 words) - 07:54, 20 August 2008

Page text matches

  • ...ki.eclipse.org/index.php?title=Modeling_Corner&action=edit edit this page] to add your own contribution or review others' work. Or, you can post your contribution to '''[http://marketplace.eclipse.org/search/apachesolr_search/?filters=tid:11
    33 KB (4,976 words) - 06:54, 2 March 2012
  • = Design Specification: Object-to-JSON Binding Layer = This feature will add support for converting objects to/from JSON. This is desirable when creating RESTful services as JAX-RS serv
    29 KB (3,913 words) - 09:31, 5 June 2012
  • In addition to the FAQ below, see also: ...l be retained. This works both ways - changes in the Java code can be used to update the model.
    78 KB (11,987 words) - 07:45, 31 March 2021
  • = Introduction = ...g of the differences between these two metamodels, and without knowing how to control the mapping process, the results will often be less than desired.
    20 KB (2,705 words) - 10:52, 18 February 2009
  • Mapping entity classes to relational tables involves configuration of a mapping per persistent field. ...mapping should populate the value on read and copy. Required when multiple mappings share the same database column.
    15 KB (1,839 words) - 07:05, 27 May 2011
  • ...g to a particular persistence service. EclipseLink allows the domain model to be implemented without: The project is the entry point to the EclipseLink metamodel holding all of the mapping and runtime informatio
    13 KB (1,687 words) - 08:01, 24 June 2008
  • [[Special:Whatlinkshere/Introduction to EclipseLink (ELUG)|Related Topics]]</div>EclipseLink is an advanced, object ...se. It successfully transforms object-oriented data into either relational data or Extensible Markup Language (XML) elements.
    14 KB (1,829 words) - 10:25, 16 July 2012
  • ...cation Development (ELUG)|Related Topics]]</div>This section describes how to build an EclipseLink application, including suggested development processes To ensure the best design for your EclipseLink application, we recommend that
    110 KB (15,926 words) - 11:20, 18 July 2012
  • ...mize your EclipseLink application, ranging from creating custom data types to using JPA extensions. ...design, EclipseLink can adapt to a variety of relational and nonrelational data sources.
    7 KB (985 words) - 11:22, 18 July 2012
  • For information on using Workbench to configure sessions XML, refer to [[EclipseLink/UserGuide/Using EclipseLink Sessions (ELUG)|EclipseLink Sessi ==Introduction to the Workbench==
    151 KB (23,025 words) - 11:20, 18 July 2012
  • [[Special:Whatlinkshere/Introduction to EclipseLink Transactions (ELUG)|Related Topics]]</div> ...ed by EclipseLink) or ''external'' (that is, provided by a source external to the application, such as an application server).
    35 KB (5,380 words) - 11:16, 23 July 2012
  • [[Special:Whatlinkshere/Configuring an Object-Relational Data Type Structure Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    3 KB (489 words) - 07:52, 20 August 2008
  • ...h or Java code. We recommend using the Workbench to create and manage your mappings. For more information on creating mappings in Java, see [[Introduction to EclipseLink JPA (ELUG)|EclipseLink API Reference]].
    10 KB (1,481 words) - 07:47, 20 August 2008
  • EclipseLink provides a diverse set of features to measure and optimize application performance. You can enable or disable mos ==Introduction to Optimization==
    113 KB (16,932 words) - 11:22, 18 July 2012
  • ...ion explains the essential unit of work API calls that you are most likely to use throughout the development cycle. For more information, see [[Using%20A This example shows how to acquire a unit of work from a client session object.
    36 KB (5,340 words) - 11:16, 23 July 2012
  • ===How to Create and Register a New Object in One Step Using UnitOfWork Method newIns ...return a clone, all in one step. If you are using a factory design pattern to create your objects (and have specified this in the query builder), the <tt
    87 KB (13,386 words) - 15:46, 11 October 2012
  • ...es query execution control to your application. redirect queried allow you to define the query implementation in code as a static method. To perform complex operations, you can combine query redirectors with the Ecli
    31 KB (4,496 words) - 11:16, 23 July 2012
  • ...Java EE and non-Java EE applications for both relational and nonrelational data sources. ...r="ltr" title="EclipseLink Query Types" summary="This table describes each type of EclipseLink query and indicates whether it is a basic or advanced query.
    104 KB (16,106 words) - 11:15, 23 July 2012
  • ..., see [[Introduction%20to%20EclipseLink%20Transactions (ELUG)|Introduction to EclipseLink Transactions]]. For more information, see [[Introduction%20to%20EclipseLink%20Queries%20(ELUG)#Session Queries|Session Queries]].
    95 KB (13,479 words) - 11:15, 23 July 2012
  • [[Special:Whatlinkshere/Introduction to EclipseLink Expressions (ELUG)|Related Topics]]</div> This example illustrates how to use the <tt>Expression</tt> class.
    45 KB (6,468 words) - 12:44, 12 December 2018
  • [[Special:Whatlinkshere/Introduction to Projects (ELUG)|Related Topics]]</div> ...clipseLink project encapsulates both mapping metadata and, where relevant, data source access information. The project is the primary object used by Eclips
    27 KB (3,727 words) - 11:23, 18 July 2012
  • [[Special:Whatlinkshere/Introduction to Descriptors (ELUG)|Related Topics]]</div> ...such, the descriptor acts as the connection between a Java object and its data source representation.
    50 KB (7,514 words) - 11:23, 18 July 2012
  • This section describes how to configure EclipseLink project options common to two or more project types. ...ype-specific chapter that lists the configurable options supported by that type.
    55 KB (8,520 words) - 07:35, 20 August 2008
  • ...rojects. For information on the various types of projects available, see [[Introduction%20to%20Projects (ELUG)#EclipseLink Project Types|EclipseLink Project Types] ...mmend [[#How to Create a Project Using the Workbench|using the Workbench]] to create projects and generate deployment XML or Java source versions of the
    17 KB (2,374 words) - 14:56, 18 September 2008
  • ...This section describes how to configure EclipseLink project options common to two or more project types. ...ype-specific chapter that lists the configurable options supported by that type.
    266 KB (40,819 words) - 09:22, 1 May 2009
  • [[Special:Whatlinkshere/Introduction to XML Projects (ELUG)|Related Topics]]</div> ...lipseLink projects, see [[Introduction%20to%20Projects (ELUG)|Introduction to Projects]].
    32 KB (4,712 words) - 11:10, 23 July 2012
  • For information on how to create XML descriptors, see [[Creating%20an%20XML%20Descriptor%20(ELUG)|Cre ! id="r1c1-t2" align="left" valign="bottom" | '''Option to Configure'''
    14 KB (2,100 words) - 11:10, 23 July 2012
  • ==From an Existing<br>Object and Data Model== # [[Creating%20a%20Project%20(ELUG)#How to Create a Project Using the Workbench|Create the project]].
    3 KB (383 words) - 11:25, 18 July 2012
  • ...cuses on building these projects for relational and object-relational data type databases. ...lipseLink projects, see [[Introduction%20to%20Projects (ELUG)|Introduction to Projects]].
    27 KB (3,989 words) - 11:25, 18 July 2012
  • [[Special:Whatlinkshere/Introduction to Relational Descriptors (ELUG)|Related Topics]]</div> This section provides ...k descriptors, see [[Introduction%20to%20Descriptors%20(ELUG)|Introduction to Descriptors]].
    12 KB (1,589 words) - 09:37, 20 May 2009
  • ...20a%20Descriptor%20(ELUG)|Configuring a Descriptor]]) and use it to define mappings. ...Link supports, see [[Introduction%20to%20Mappings%20(ELUG)|Introduction to Mappings]] and [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    6 KB (843 words) - 09:37, 20 May 2009
  • For information on how to create relational descriptors, see [[Creating%20a%20Relational%20Descriptor ...onal Descriptor" summary="This table lists the configurable options common to Relational Descriptors and indicates if the option can be configured with t
    51 KB (7,574 words) - 09:40, 20 May 2009
  • ...atabase. Relational mappings let you map an object model into a relational data model. *[[Introduction to Relational Mappings (ELUG)|Introduction to Relational Mappings]] – describes each of the different EclipseLink relational mapping types
    3 KB (334 words) - 11:25, 18 July 2012
  • For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]]. ...mmary="This table lists the configurable options for relational direct map mappings and categorizes them as Basic and Advanced and indicates if the option can
    13 KB (1,895 words) - 07:37, 20 August 2008
  • ...ype-specific chapter that lists the configurable options supported by that type. ...des a cross-reference to additional mapping configuration options for each type of mapping." width="100%" border="1" frame="hsides" rules="rows" cellpaddin
    177 KB (27,268 words) - 15:43, 14 July 2010
  • ...m data between an object representation and a representation specific to a data source. This transformation is called mapping and it is the core of an Ecli ...defines the means of performing the two-way conversion between object and data source.
    74 KB (11,064 words) - 11:23, 18 July 2012
  • =Object-Relational Data Type Mappings= ...e mappings let you map an object model into an object-relational data type data model.
    2 KB (269 words) - 11:26, 18 July 2012
  • =Creating and Configuring XML Mappings= An XML mapping transforms object data members to the XML nodes of an XML document, whose structure is defined by an XML sche
    2 KB (290 words) - 15:29, 8 January 2008
  • * [[#Introduction to the EclipseLink Deployment File Creation|Introduction to the EclipseLink Deployment File Creation]] ==Introduction to the EclipseLink Deployment File Creation==
    32 KB (4,766 words) - 11:21, 18 July 2012
  • [[Special:Whatlinkshere/Introduction to Relational Mappings (ELUG)|Related Topics]]</div> ...atabase. Relational mappings let you map an object model into a relational data model.
    38 KB (5,671 words) - 05:34, 18 June 2009
  • ...rview and understanding of the EclipseLink architecture and how it evolved to where it is today. Its focus is from the internal technical perspective. ...to a relational database schema. EclipseLink provides object-level access to the objects stored in a relational database.
    15 KB (1,933 words) - 19:46, 21 July 2010
  • [[Special:Whatlinkshere/Introduction to EclipseLink JPA (ELUG)|Related Topics]]</div>This section introduces Eclips As a specification, JPA needs to be implemented by vendors or open source projects.
    123 KB (17,768 words) - 17:30, 30 January 2015
  • [[Special:Whatlinkshere/Configuring an Object-Relational Data Type Object Array Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    4 KB (587 words) - 07:51, 20 August 2008
  • For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]]. ...ype-specific chapter that lists the configurable options supported by that type.
    46 KB (7,069 words) - 09:42, 20 May 2009
  • [[Special:Whatlinkshere/Introduction to Relational Mappings (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    5 KB (711 words) - 07:37, 20 August 2008
  • [[Special:Whatlinkshere/Configuring a Relational Variable One-to-One Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    24 KB (3,404 words) - 07:39, 20 August 2008
  • For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]]. ..." summary="This table lists the configurable options for direct collection mappings and categorizes them as Basic and Advanced and indicates if the option can
    10 KB (1,518 words) - 07:36, 20 August 2008
  • ...tices for the use of EclipseLink JPA involves understanding all aspects of object-relational persistence. This can generally be broken down into mapping, querying (read ...main model's entities to a relational database varies greatly from project to project and depending on the application's requirements and how the relatio
    5 KB (735 words) - 12:11, 30 April 2010
  • [[Special:Whatlinkshere/Introduction to Object-Relational Data Type Mappings (ELUG)|Related Topics]]</div> ...e mappings let you map an object model into an object-relational data type data model.
    10 KB (1,465 words) - 07:54, 20 August 2008
  • [[Special:Whatlinkshere/Configuring an Object-Relational Data Type Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    22 KB (3,245 words) - 09:48, 20 May 2009
  • [[Special:Whatlinkshere/Introduction to EclipseLink Support for Oracle Spatial (ELUG)|Related Topics]]</div> ...for Oracle Spatial, as well as demonstrates the ways to extend EclipseLink to support the mapping and querying of Oracle Spatial columns (<tt>MDSYS.SDO_G
    9 KB (1,248 words) - 11:16, 23 July 2012
  • [[Special:Whatlinkshere/Configuring an Object-Relational Data Type Reference Mapping (ELUG)|Related Topics]]</div> ...mponents that you must configure in order to use an object-relational data type reference mapping.
    4 KB (633 words) - 07:51, 20 August 2008
  • [[Special:Whatlinkshere/Configuring an Object-Relational Data Type Array Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    5 KB (792 words) - 07:48, 20 August 2008
  • [[Special:Whatlinkshere/Configuring an Object-Relational Data Type Nested Table Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    5 KB (723 words) - 07:49, 20 August 2008
  • [[Special:Whatlinkshere/Introduction to XML Mappings (ELUG)|Related Topics]]</div> An XML mapping transforms object data members to the XML nodes of an XML document whose structure is defined by an XML schem
    101 KB (14,319 words) - 08:01, 20 August 2008
  • For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]]. ...ype-specific chapter that lists the configurable options supported by that type.
    62 KB (9,923 words) - 07:45, 20 August 2008
  • [[Special:Whatlinkshere/Introduction to EIS Descriptors (ELUG)|Related Topics]]</div> This section introduces options specific to an EIS descriptor.
    5 KB (659 words) - 11:11, 23 July 2012
  • For information on how to create EIS descriptors, see [[Creating%20an%20EIS%20Descriptor%20(ELUG)|Cre ...EIS Descriptor" summary="This table lists the configurable options common to EIS descriptors" width="100%" border="1" frame="border" rules="all" cellpad
    32 KB (4,945 words) - 11:11, 23 July 2012
  • [[Special:Whatlinkshere/Introduction to EIS Mappings (ELUG)|Related Topics]]</div> ...transactional data source, such as mainframes with flat file/hierarchical data.
    47 KB (7,120 words) - 11:12, 23 July 2012
  • [[Special:Whatlinkshere/Introduction to EclipseLink Sessions (ELUG)|Related Topics]]</div> ...ans by which your application performs all persistence operations with the data source that contains persistent objects.
    96 KB (14,065 words) - 16:57, 16 December 2013
  • ...ype-specific chapter that lists the configurable options supported by that type. ...uring EclipseLink Sessions" summary="This table provides a cross-reference to additional session configuration options." width="100%" border="1" frame="h
    78 KB (11,700 words) - 11:13, 23 July 2012
  • [[Special:Whatlinkshere/Configuring a Data Source Login (ELUG)|Related Topics]]</div> ...ype-specific section that lists the configurable options supported by that type.
    19 KB (2,751 words) - 11:14, 23 July 2012
  • When developing an application with EclipseLink JPA, you need to know how to use the following application components: * [[#How to Obtain an Entity Manager Factory|Entity manager factory]]
    37 KB (5,437 words) - 11:24, 18 July 2012
  • [[Special:Whatlinkshere/Configuring an EIS One-to-Many Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)#CBBHHHJC|Creating a Mapping]].
    13 KB (2,055 words) - 07:42, 20 August 2008
  • For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)#CBBHHHJC|Creating a Mapping]]. ...ype-specific chapter that lists the configurable options supported by that type.
    22 KB (3,517 words) - 11:12, 23 July 2012
  • [[Special:Whatlinkshere/Introduction to Object-Relational Data Type Descriptors (ELUG)|Related Topics]]</div> This section provides an overview of object-relational data type descriptors.
    2 KB (255 words) - 07:54, 20 August 2008
  • [[Special:Whatlinkshere/Creating an Object-Relational Data Type Descriptor (ELUG)|Related Topics]]</div> ...20a%20Descriptor%20(ELUG)|Configuring a Descriptor]]) and use it to define mappings.
    5 KB (578 words) - 09:44, 20 May 2009
  • ...des numerical ranges of their error codes. Each exception code corresponds to an exception class and includes the following information: ...lopment exception that is raised when insufficient information is provided to the descriptor. The message that is returned includes the name of the descr
    273 KB (38,319 words) - 08:05, 20 August 2008
  • ...ngs. Errors and warnings are displayed in the [[Using Workbench (ELUG)#How to Use the Problems Window|Problems window]] of the EclipseLink Workbench. You can also create a [[Creating a Project (ELUG)#How to Generate the Project Status Report|project status report]] that contains al
    82 KB (11,904 words) - 11:17, 23 July 2012
  • ==How to Define Inheritance== This document describes how to define inheritance with EclipseLink JPA. See [[Introduction_to_EclipseLink_
    7 KB (849 words) - 11:41, 8 December 2009
  • [[Special:Whatlinkshere/Configuring an XML Binary Data Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    6 KB (1,011 words) - 07:56, 20 August 2008
  • [[Special:Whatlinkshere/Configuring an XML Binary Data Collection Mapping (ELUG)|Related Topics]]</div> For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
    7 KB (1,069 words) - 07:53, 20 August 2008
  • == Introduction == ...to modify objects on the client and then persist a transaction of changes to the server. The services also include the following:
    11 KB (1,619 words) - 13:45, 3 November 2008
  • **- the next step after the 2.0 release is to verify the implementation against the specification, do a full 2nd review, | Return to project
    365 KB (44,061 words) - 20:40, 6 May 2011
  • {{important|Wiki has moved|The EGit Wiki has been moved to https://github.com/eclipse-egit/egit/wiki.}} ...Git or distributed version control systems generally, then you might want to read [[EGit/Git For Eclipse Users|Git for Eclipse Users]] first. More backg
    200 KB (32,240 words) - 07:16, 4 December 2023
  • === [[EclipseLink/UserGuide/JPA/Introduction|Introduction:]] === | [[Image:Elug about icon.png|link=]]<br>[[EclipseLink/UserGuide/JPA/Introduction/About EclipseLink|About EclipseLink]]
    19 KB (2,168 words) - 12:55, 30 January 2013
  • ...ing in Helios to provide us with a short description of their contribution to the simultaneous release. *Provide middleware to manage components and dataflow in the framework on top of the Eclipse platf
    45 KB (6,657 words) - 13:53, 17 June 2010
  • | introduction = You can make Jetty aware of web applications to be deployed in two ways: placing the web application in a specific location
    8 KB (1,308 words) - 15:10, 23 April 2013
  • ...Git or distributed version control systems generally, then you might want to read [[EGit/Git For Eclipse Users|Git for Eclipse Users]] first. If you nee == Basic Tutorial: Adding a project to version control ==
    161 KB (25,692 words) - 19:45, 21 December 2011
  • === Introduction === *[[EclipseLink/UserGuide/JPA/Introduction|Introduction]]
    11 KB (1,291 words) - 10:21, 29 March 2011
  • ...ocl/docs/publications/OCL2021Validity/OCLValidity.pdf "A Validity Analysis to Reify 2-valued Boolean Constraints"], E.D.Willink, [https://oclworkshop.git ...deling/mdt/ocl/docs/publications/OCL2019MapType/OCLMapType.pdf "An OCL Map Type"], E.D.Willink, [https://oclworkshop.github.io/2019 "19th International Wor
    23 KB (3,422 words) - 05:31, 23 July 2021
  • == Introduction<br> == ...ture' once all the above mentioned pieces have been integrated into an end-to-end business process. <br>
    10 KB (1,445 words) - 22:29, 12 August 2013
  • === Considerations for Git Repositories to be used in Eclipse === ** Make sure to use the Git Sharing Wizard correctly
    103 KB (16,518 words) - 07:39, 21 December 2011

Back to the top