summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/org/fedoraproject/candlepin/model/Consumer.java
Commit message (Expand)AuthorAgeFilesLines
* Change consumer hierarchy to use join column instead of join table.Devan Goodwin2009-12-071-7/+17
* Change consumer -> consumer info relationship.Devan Goodwin2009-12-071-2/+1
* merge with dgoodwin's changesDmitri Dolguikh2009-12-041-0/+1
* Make owner -> user bi-directional relationship.Devan Goodwin2009-12-031-1/+1
* Make owner -> consumer bi-directional relationship.Devan Goodwin2009-12-031-1/+1
* Make consumer owner a required column.Devan Goodwin2009-12-031-0/+1
* Small cleanup of the Consumer -> ConsumerInfo relationship.Devan Goodwin2009-12-031-4/+2
* 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-031-20/+27
|\
| * Map Consumer entitlements.Devan Goodwin2009-12-031-3/+6
| * Fix bad Consumer to Product mapping.Devan Goodwin2009-12-021-3/+4
| * Map Consumer hierarchy.Devan Goodwin2009-12-021-12/+15
* | add annotations for ForeignKeys, so the names are quite as ugly as theAdrian Likins2009-12-031-0/+6
|/
* Consumer.type should be a required column.Devan Goodwin2009-11-271-2/+3
* Map consumed products.Devan Goodwin2009-11-271-25/+30
* Map ConsumerInfo.Devan Goodwin2009-11-271-1/+5
* Move ConsumerType from ConsumerInfo to Consumer itself.Devan Goodwin2009-11-261-17/+11
* Begin mapping Consumer to database.Devan Goodwin2009-11-261-13/+63
* javadoc the entitiesjesus m. rodriguez2009-11-091-3/+6
* Fix sample test for ConsumerType via EntityManager.Devan Goodwin2009-11-061-0/+2
* complete checkstyle fixesjesus m. rodriguez2009-11-031-1/+1
* fix checkstyle errorsjesus m. rodriguez2009-11-021-4/+7
* Fix unit testsjesus m. rodriguez2009-09-171-1/+1
* adding ConsumerType object and more better 'matching' algorithmMike McCune2009-08-101-2/+2
* adding cert generation and Entitlement APIMike McCune2009-07-241-0/+29
* renaming Org -> OwnerMike McCune2009-07-231-7/+37
* added test list methods to determine best course of action for JSONifying listsjesus m. rodriguez2009-07-141-0/+3
* refactor UserApi to be based on BaseApijesus m. rodriguez2009-07-101-0/+6
* add json support to model objects & add userapijesus m. rodriguez2009-07-101-0/+7
* adding some basic API stuff for our model classesMike McCune2009-07-091-10/+50
* remove the evil tab charactersjesus m. rodriguez2009-07-081-74/+74
* adding java model codeMike McCune2009-06-251-0/+96