@@ -110,7 +110,7 @@ package org.woehlke.greenshop.oodm {
110110 edit ()
111111 delete ()
112112 }
113- entity CategoryDescriptionId {
113+ class CategoryDescriptionId {
114114 - String email
115115 - String token
116116 - Integer numberOfRetries
@@ -150,7 +150,7 @@ package org.woehlke.greenshop.oodm {
150150 edit ()
151151 delete ()
152152 }
153- entity ManufacturerInfoId {
153+ class ManufacturerInfoId {
154154 - String email
155155 - String token
156156 - Integer numberOfRetries
@@ -190,7 +190,7 @@ package org.woehlke.greenshop.oodm {
190190 edit ()
191191 delete ()
192192 }
193- entity ProductDescriptionId {
193+ class ProductDescriptionId {
194194 - String email
195195 - String token
196196 - Integer numberOfRetries
@@ -220,7 +220,7 @@ package org.woehlke.greenshop.oodm {
220220 edit ()
221221 delete ()
222222 }
223- entity ProductOptionId {
223+ class ProductOptionId {
224224 - String email
225225 - String token
226226 - Integer numberOfRetries
@@ -250,7 +250,7 @@ package org.woehlke.greenshop.oodm {
250250 edit ()
251251 delete ()
252252 }
253- entity ProductOptionValueId {
253+ class ProductOptionValueId {
254254 - String email
255255 - String token
256256 - Integer numberOfRetries
@@ -280,7 +280,7 @@ package org.woehlke.greenshop.oodm {
280280 edit ()
281281 delete ()
282282 }
283- entity ReviewDescriptionId {
283+ class ReviewDescriptionId {
284284 - String email
285285 - String token
286286 - Integer numberOfRetries
@@ -438,7 +438,7 @@ package org.woehlke.greenshop.oodm {
438438 edit ()
439439 delete ()
440440 }
441- entity ProductNotificationId {
441+ class ProductNotificationId {
442442 - String email
443443 - String token
444444 - Integer numberOfRetries
0 commit comments