Merge pull request #7434 from naitsirch/fix/doc-faq-public-property
Removed FAQ paragraph stating public variables are disallowed
This commit is contained in:
commit
8bfb363fcc
@ -21,12 +21,6 @@ created database tables and columns.
|
|||||||
Entity Classes
|
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?
|
How can I add default values to a column?
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user