mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-15 16:10:46 +00:00
* EOAccess/EOAdaptor.m: Ditto. * EOAccess/EOAdaptorChannel.m: Ditto. * EOAccess/EOAdaptorContext.m: Ditto. * EOAccess/EOAttribute.m: Ditto. * EOAccess/EODatabaseChannel.m: Ditto. * EOAccess/EODatabaseContext.m: Ditto. * EOAccess/EODatabaseOperation.m: Ditto. * EOAccess/EOModel.m: Ditto. * EOAccess/EORelationship.m: Ditto. * EOAccess/EOSQLExpression.m: Ditto. * EOAccess/EOSQLQualifier.m: Ditto. * EOAccess/EOEntity.h: Remove declarations of privat methods. Reorder declaraions. (+[entity], +[entityWithPropertyList:owner:]): Deprecate. (-[sharedObjectFetchSpecificationNames]): New method. (-[setSharedObjectFetchSpecificationsByName:]: Ditto. (-[addSharedObjectFetchSpecificationByName:]: Ditto. (-[removeSharedObjectFetchSpecificationByName:]: Ditto. * EOAccess/EOEntityPriv.h: Add declarations of privat methods. Reorder declarations. * EOAccess/EOEntity.m: Reorder implementations according to headers. Include privat headers locally. (+[entity], +[entityWithPropertyList:owner:]): Deprecate. (-[sharedObjectFetchSpecificationNames]): New method. (-[setSharedObjectFetchSpecificationsByName:]: Ditto. (-[addSharedObjectFetchSpecificationByName:]: Ditto. (-[removeSharedObjectFetchSpecificationByName:]: Ditto. * EOAccess/EOEntity.m: Adapt usage of deprecated -[entity...] and privat methods. * EOAccess/EOModel.m: Ditto. * EOAdaptors/Postgres95/Postgres95SQLExpression.m: Ditto. * TODO: Add comment. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@19772 72102866-910b-0410-8b05-ffd578937521
33 lines
719 B
Text
33 lines
719 B
Text
EOControl:
|
|
Headers/Classes:
|
|
EOAggregateEvent
|
|
EOEvent
|
|
EOEventCenter
|
|
EOMultiReaderLock
|
|
EOSharedEditingContext
|
|
EOAccess:
|
|
Headers/Categories:
|
|
EOGenericRecord (category)
|
|
EOSchemaSynchronization
|
|
|
|
EOInterface: All
|
|
|
|
EOModel creation Application.
|
|
|
|
Documentation:
|
|
API Documentation
|
|
Note: Maybe we should document some useful undocumented/privat
|
|
methods as "GDL2 extensions" yet refer to the fact that
|
|
we merely declare them in the (not yet existing)
|
|
"Additions" library.
|
|
Tutorials
|
|
|
|
Examples:
|
|
|
|
Adaptors:
|
|
|
|
o Implement databaseFailedToFetchObject mechanism.
|
|
Cf Developper's guide p 121
|
|
o Implement to-one PK to Foreign Key support
|
|
Not implemented by WO but it's really cool.
|
|
|