• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WebObjects OpenBase plugin question...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebObjects OpenBase plugin question...


  • Subject: Re: WebObjects OpenBase plugin question...
  • From: Robert Walker <email@hidden>
  • Date: Fri, 27 Jan 2006 10:22:11 -0500

The OpenBasePKPlugIn.framework is used when you want EOF to use native primary key generation for OpenBase.  This eliminates the need for using the EO_PK_TABLE to track primary keys.

It is still required that your entities have a primary key attribute (usually of type long or longlong).

The difference is that when using the PK plug-in the database (OpenBase) is responsible for generating unique keys and providing those keys to EOF.  When not using the PK plugin it is EOF's responsibility to create and maintain unique keys for it's entities.  EOF uses the EO_PK_TABLE to support this.

There are some distinct advantages to using native PK generation scheme.  OpenBase supports clustering.  Native key generation is needed when using database clustering.

On Jan 26, 2006, at 1:13 PM, Amedeo Mantica wrote:

ok, but  If I don't need unique index... I need the OpenBase plugin?

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: WebObjects OpenBase plugin question...
      • From: Amedeo Mantica <email@hidden>
References: 
 >WebObjects OpenBase plugin question... (From: Amedeo Mantica <email@hidden>)
 >Re: WebObjects OpenBase plugin question... (From: Robert Walker <email@hidden>)

  • Prev by Date: Re: Java 1.5 & WO?
  • Next by Date: EnterpriseObjects in a regular Java application
  • Previous by thread: Re: WebObjects OpenBase plugin question...
  • Next by thread: Re: WebObjects OpenBase plugin question...
  • Index(es):
    • Date
    • Thread