File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/2-naming-conventions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ Examples:
236236* ` orders_v ` - a view to the orders table
237237
238238[ ^ 1 ] :
239- We see a table and a views as a collection. A jar containing beans is labeled with "beans".
240- In Java we call such collection also beans (` List<Bean> beans ` ) and name an entry bean
239+ We see a table and a view as a collection. A jar containing beans is labeled "beans".
240+ In Java we call such a collection also " beans" (` List<Bean> beans ` ) and name an entry " bean"
241241 (` for (Bean bean : beans) {...} ` ). An entry of a table is a row (singular) and a table can
242242 contain an unbounded number of rows (plural). This and the fact that the Oracle database uses
243243 the same concept for their tables and views lead to the decision to use the plural
244- to name a table or view.
244+ to name a table or a view.
You can’t perform that action at this time.
0 commit comments