summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/org/fedoraproject/candlepin/model
Commit message (Expand)AuthorAgeFilesLines
* added curator class for Owner modelmasterDmitri Dolguikh2009-12-071-0/+16
* Change consumer hierarchy to use join column instead of join table.Devan Goodwin2009-12-072-7/+67
* Change consumer -> consumer info relationship.Devan Goodwin2009-12-072-3/+12
* Start testing the CertificateResource.Devan Goodwin2009-12-052-0/+25
* merge with dgoodwin's changesDmitri Dolguikh2009-12-0415-30/+26
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-0411-32/+109
|\
| * Remove some TODOs, no longer relevant.Devan Goodwin2009-12-031-2/+0
| * Make owner -> user bi-directional relationship.Devan Goodwin2009-12-034-4/+28
| * Make owner -> consumer bi-directional relationship.Devan Goodwin2009-12-033-21/+47
| * Make consumer owner a required column.Devan Goodwin2009-12-033-2/+3
| * Small cleanup of the Consumer -> ConsumerInfo relationship.Devan Goodwin2009-12-033-4/+8
| * add fk's for cp_consumer_products and cp_consumer_entitlementsAdrian Likins2009-12-031-2/+4
| * Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/candlepinAdrian Likins2009-12-034-49/+101
| |\
| * | add annotations for ForeignKeys, so the names are quite as ugly as theAdrian Likins2009-12-036-1/+23
* | | added guice ioc and support for transactions via warp-persistDmitri Dolguikh2009-12-043-20/+33
| |/ |/|
* | Map Consumer entitlements.Devan Goodwin2009-12-034-32/+42
* | Fix bad Consumer to Product mapping.Devan Goodwin2009-12-022-8/+20
* | Map Consumer hierarchy.Devan Goodwin2009-12-022-12/+42
|/
* repositories no longer rely on hibernatesession, use entitymanager insteadDmitri Dolguikh2009-12-023-14/+21
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-027-151/+94
|\
| * Remove the now obsolete BaseModel class.Devan Goodwin2009-12-013-134/+14
| * Map the User class to the database.Devan Goodwin2009-12-012-9/+80
| * Cleanup some unused imports.Devan Goodwin2009-12-013-8/+0
* | first stab at persisting of Consumer object in a real dbDmitri Dolguikh2009-12-024-1/+67
|/
* Remove Entitlement.childEntitlements.Devan Goodwin2009-12-012-27/+1
* Map Entitlement, add some non-nullable columns, etc.Devan Goodwin2009-12-014-7/+143
* Map EntitlementPool class to database.Devan Goodwin2009-11-304-16/+45
* Consumer.type should be a required column.Devan Goodwin2009-11-273-4/+17
* Map consumed products.Devan Goodwin2009-11-272-42/+84
* Map ConsumerInfo.Devan Goodwin2009-11-276-31/+104
* Start testing Consumer and ConsumerType.Devan Goodwin2009-11-261-4/+19
* Move ConsumerType from ConsumerInfo to Consumer itself.Devan Goodwin2009-11-265-41/+15
* Begin mapping Consumer to database.Devan Goodwin2009-11-268-175/+97
* Test Product hierarchy cascading.Devan Goodwin2009-11-251-5/+30
* Fix a ProductTest.Devan Goodwin2009-11-251-2/+2
* Clean DB objects after every test.Devan Goodwin2009-11-253-43/+57
* Map Product hierarchy, improve unit test db cleanup.Devan Goodwin2009-11-255-15/+97
* Drop Product UUID.Devan Goodwin2009-11-245-37/+8
* Move Product annotations onto fields instead of getters.Devan Goodwin2009-11-242-14/+20
* Annotate Owner object for database mapping.Devan Goodwin2009-11-245-64/+118
* Cleanup test transaction management.Devan Goodwin2009-11-242-23/+37
* allow upload of cert and return list of available ent poolsjesus m. rodriguez2009-11-122-1/+64
* Test Product creation in database.Devan Goodwin2009-11-093-2/+122
* ConsumerType no longer inheits from BaseModel.Devan Goodwin2009-11-091-2/+1
* javadoc the entitiesjesus m. rodriguez2009-11-095-8/+29
* Add EntityManagerFactory singleton.Devan Goodwin2009-11-062-23/+5
* Begin mapping Product's to the db.Devan Goodwin2009-11-062-8/+38
* Complete ConsumerType db mapping.Devan Goodwin2009-11-061-2/+25
* Fix sample test for ConsumerType via EntityManager.Devan Goodwin2009-11-063-0/+42
* Switch unit tests to junit4.Devan Goodwin2009-11-053-8/+22