Skip to content

Commit

Permalink
Merge pull request #7434 from naitsirch/fix/doc-faq-public-property
Browse files Browse the repository at this point in the history
Removed FAQ paragraph stating public variables are disallowed
  • Loading branch information
Majkl578 authored Nov 11, 2018
2 parents ebf2630 + d536423 commit 8bfb363
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/en/reference/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ created database tables and columns.
Entity Classes
--------------

I access a variable and its null, what is wrong?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If this variable is a public variable then you are violating one of the criteria for entities.
All properties have to be protected or private for the proxy object pattern to work.

How can I add default values to a column?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 8bfb363

Please sign in to comment.