Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fb55fae7
authored
Oct 06, 2012
by
Tuukka Kivilahti, TKffTK
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of codecrew.fi:bortal
2 parents
558d52a0
becb1269
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/Product_.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/Reader_.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/Product_.java
View file @
fb55fae
...
...
@@ -7,7 +7,7 @@ import javax.persistence.metamodel.SetAttribute;
import
javax.persistence.metamodel.SingularAttribute
;
import
javax.persistence.metamodel.StaticMetamodel
;
@Generated
(
value
=
"Dali"
,
date
=
"2012-
09-05T21:51:25.846
+0300"
)
@Generated
(
value
=
"Dali"
,
date
=
"2012-
10-06T04:04:21.088
+0300"
)
@StaticMetamodel
(
Product
.
class
)
public
class
Product_
extends
GenericEntity_
{
public
static
volatile
SingularAttribute
<
Product
,
LanEvent
>
event
;
...
...
@@ -19,10 +19,10 @@ public class Product_ extends GenericEntity_ {
public
static
volatile
SetAttribute
<
Product
,
ProductFlag
>
productFlags
;
public
static
volatile
SingularAttribute
<
Product
,
Role
>
provides
;
public
static
volatile
ListAttribute
<
Product
,
Place
>
places
;
public
static
volatile
ListAttribute
<
Product
,
ProductLimitation
>
productLimits
;
public
static
volatile
ListAttribute
<
Product
,
AccountEvent
>
accountEvents
;
public
static
volatile
ListAttribute
<
Product
,
Discount
>
discounts
;
public
static
volatile
SingularAttribute
<
Product
,
BigDecimal
>
vat
;
public
static
volatile
SingularAttribute
<
Product
,
String
>
unitName
;
public
static
volatile
ListAttribute
<
Product
,
FoodWaveTemplate
>
foodWaveTemplates
;
public
static
volatile
ListAttribute
<
Product
,
ProductLimitation
>
productLimits
;
}
code/LanBortalDatabase/src/fi/insomnia/bortal/model/Reader_.java
View file @
fb55fae
...
...
@@ -6,10 +6,9 @@ import javax.persistence.metamodel.ListAttribute;
import
javax.persistence.metamodel.SingularAttribute
;
import
javax.persistence.metamodel.StaticMetamodel
;
@Generated
(
value
=
"Dali"
,
date
=
"2012-
09-10T17:55:33.516
+0300"
)
@Generated
(
value
=
"Dali"
,
date
=
"2012-
10-06T04:04:21.120
+0300"
)
@StaticMetamodel
(
Reader
.
class
)
public
class
Reader_
extends
GenericEntity_
{
public
static
volatile
SingularAttribute
<
Reader
,
ReaderType
>
type
;
public
static
volatile
SingularAttribute
<
Reader
,
LanEvent
>
event
;
public
static
volatile
SingularAttribute
<
Reader
,
Integer
>
gamepoints
;
public
static
volatile
SingularAttribute
<
Reader
,
Integer
>
maxEvents
;
...
...
@@ -21,4 +20,5 @@ public class Reader_ extends GenericEntity_ {
public
static
volatile
SingularAttribute
<
Reader
,
Integer
>
mapX
;
public
static
volatile
SingularAttribute
<
Reader
,
Integer
>
mapY
;
public
static
volatile
ListAttribute
<
Reader
,
ReaderEvent
>
events
;
public
static
volatile
SingularAttribute
<
Reader
,
ReaderType
>
type
;
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment