Difference between revisions of "Summary of Code Walkthrough by Grace"
(Created page with '== Concepts == * schemas (Oracle, PostgreSQL vs MySQL) * object-relational mapping == Source Code == *nexj.base.classes * persistence.mapping *JUnit tests: SQLDataTest, Postgr…') |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Admon/obsolete}} | ||
+ | |||
+ | == Date: 1/18/2011 (Wed)== | ||
+ | |||
== Concepts == | == Concepts == | ||
* schemas (Oracle, PostgreSQL vs MySQL) | * schemas (Oracle, PostgreSQL vs MySQL) | ||
Line 5: | Line 9: | ||
== Source Code == | == Source Code == | ||
*nexj.base.classes | *nexj.base.classes | ||
+ | *nexj.core.util | ||
* persistence.mapping | * persistence.mapping | ||
+ | * Primitive | ||
*JUnit tests: SQLDataTest, PostgreSchemaManagerTest | *JUnit tests: SQLDataTest, PostgreSchemaManagerTest | ||
Latest revision as of 19:59, 26 January 2014
Date: 1/18/2011 (Wed)
Concepts
- schemas (Oracle, PostgreSQL vs MySQL)
- object-relational mapping
Source Code
- nexj.base.classes
- nexj.core.util
- persistence.mapping
- Primitive
- JUnit tests: SQLDataTest, PostgreSchemaManagerTest
NexJ Mindset
- efficiency in storing data into database tables
- performance in database access
Questions
- How to put the password into Postgre_setup.script?