Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
1bc553a7
Commit
1bc553a7
authored
Aug 26, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
1e788691
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
documentation/guide/writing-persistent-objects.rst
documentation/guide/writing-persistent-objects.rst
+2
-2
No files found.
documentation/guide/writing-persistent-objects.rst
View file @
1bc553a7
...
@@ -13,13 +13,13 @@ Access and modification
...
@@ -13,13 +13,13 @@ Access and modification
Two of the main jobs of the ``Persistent`` base class is to detect
Two of the main jobs of the ``Persistent`` base class is to detect
when an object has been accessed and when it has been modified. When
when an object has been accessed and when it has been modified. When
an object is accessed, it
'
s state may need to be loaded from the
an object is accessed, its state may need to be loaded from the
database. When an object is modified, the modification needs to be
database. When an object is modified, the modification needs to be
saved if a transaction is committed.
saved if a transaction is committed.
``Persistent`` detects object accesses by hooking into object
``Persistent`` detects object accesses by hooking into object
attribute access and update. In the case of object update, there
attribute access and update. In the case of object update, there
maybe other ways of modifying state that we need to make provision for.
may
be other ways of modifying state that we need to make provision for.
Rules of persistence
Rules of persistence
====================
====================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment