Description Resource Path Location Type
Class "Account" is included in a persistence unit, but is not mapped Account.java /src line 12 JPA Problem
Class "Artifact" is included in a persistence unit, but is not mapped Artifact.java /src line 13 JPA Problem
Class "ArtifactPK" is included in a persistence unit, but is not mapped ArtifactPK.java /src line 10 JPA Problem
Class "Inventory" is included in a persistence unit, but is not mapped Inventory.java /src line 12 JPA Problem
Class "InventoryPK" is included in a persistence unit, but is not mapped InventoryPK.java /src line 10 JPA Problem
Class "Location" is included in a persistence unit, but is not mapped Location.java /src line 13 JPA Problem
Class "Museum" is included in a persistence unit, but is not mapped Museum.java /src line 12 JPA Problem
Class "MuseumPK" is included in a persistence unit, but is not mapped MuseumPK.java /src line 10 JPA Problem
Class "Staff" is included in a persistence unit, but is not mapped Staff.java /src line 13 JPA Problem
Column cannot be resolved to a type Staff.java /src line 25 Java Problem
Embeddable cannot be resolved to a type ArtifactPK.java /src line 9 Java Problem
Embeddable cannot be resolved to a type InventoryPK.java /src line 9 Java Problem
Embeddable cannot be resolved to a type MuseumPK.java /src line 9 Java Problem
EmbeddedId cannot be resolved to a type Artifact.java /src line 16 Java Problem
EmbeddedId cannot be resolved to a type Inventory.java /src line 15 Java Problem
EmbeddedId cannot be resolved to a type Museum.java /src line 15 Java Problem
Entity cannot be resolved to a type Account.java /src line 11 Java Problem
Entity cannot be resolved to a type Artifact.java /src line 12 Java Problem
Entity cannot be resolved to a type Inventory.java /src line 11 Java Problem
Entity cannot be resolved to a type Location.java /src line 12 Java Problem
Entity cannot be resolved to a type Museum.java /src line 11 Java Problem
Entity cannot be resolved to a type Staff.java /src line 12 Java Problem
Id cannot be resolved to a type Account.java /src line 15 Java Problem
Id cannot be resolved to a type Location.java /src line 16 Java Problem
Id cannot be resolved to a type Staff.java /src line 16 Java Problem
JoinColumn cannot be resolved to a type Account.java /src line 24 Java Problem
JoinColumn cannot be resolved to a type Artifact.java /src line 29 Java Problem
JoinColumn cannot be resolved to a type Artifact.java /src line 30 Java Problem
JoinColumn cannot be resolved to a type Inventory.java /src line 26 Java Problem
JoinColumn cannot be resolved to a type Museum.java /src line 22 Java Problem
JoinColumn cannot be resolved to a type Staff.java /src line 37 Java Problem
JoinColumn cannot be resolved to a type Staff.java /src line 38 Java Problem
JoinColumns cannot be resolved to a type Artifact.java /src line 28 Java Problem
JoinColumns cannot be resolved to a type Staff.java /src line 36 Java Problem
ManyToOne cannot be resolved to a type Account.java /src line 23 Java Problem
ManyToOne cannot be resolved to a type Artifact.java /src line 27 Java Problem
ManyToOne cannot be resolved to a type Inventory.java /src line 25 Java Problem
ManyToOne cannot be resolved to a type Museum.java /src line 21 Java Problem
ManyToOne cannot be resolved to a type Staff.java /src line 35 Java Problem
OneToMany cannot be resolved to a type Inventory.java /src line 21 Java Problem
OneToMany cannot be resolved to a type Location.java /src line 30 Java Problem
OneToMany cannot be resolved to a type Location.java /src line 34 Java Problem
OneToMany cannot be resolved to a type Museum.java /src line 26 Java Problem
OneToMany cannot be resolved to a type Staff.java /src line 31 Java Problem
Temporal cannot be resolved to a type Artifact.java /src line 21 Java Problem
TemporalType cannot be resolved to a variable Artifact.java /src line 21 Java Problem
The attribute mappedBy is undefined for the annotation type OneToMany Inventory.java /src line 21 Java Problem
The attribute mappedBy is undefined for the annotation type OneToMany Location.java /src line 30 Java Problem
The attribute mappedBy is undefined for the annotation type OneToMany Location.java /src line 34 Java Problem
The attribute mappedBy is undefined for the annotation type OneToMany Museum.java /src line 26 Java Problem
The attribute mappedBy is undefined for the annotation type OneToMany Staff.java /src line 31 Java Problem
The attribute name is undefined for the annotation type Column Staff.java /src line 25 Java Problem
The attribute name is undefined for the annotation type JoinColumn Account.java /src line 24 Java Problem
The attribute name is undefined for the annotation type JoinColumn Artifact.java /src line 29 Java Problem
The attribute name is undefined for the annotation type JoinColumn Artifact.java /src line 30 Java Problem
The attribute name is undefined for the annotation type JoinColumn Inventory.java /src line 26 Java Problem
The attribute name is undefined for the annotation type JoinColumn Museum.java /src line 22 Java Problem
The attribute name is undefined for the annotation type JoinColumn Staff.java /src line 37 Java Problem
The attribute name is undefined for the annotation type JoinColumn Staff.java /src line 38 Java Problem
The attribute referencedColumnName is undefined for the annotation type JoinColumn Artifact.java /src line 29 Java Problem
The attribute referencedColumnName is undefined for the annotation type JoinColumn Artifact.java /src line 30 Java Problem
The attribute referencedColumnName is undefined for the annotation type JoinColumn Staff.java /src line 37 Java Problem
The attribute referencedColumnName is undefined for the annotation type JoinColumn Staff.java /src line 38 Java Problem
The attribute value is undefined for the annotation type JoinColumns Artifact.java /src line 28 Java Problem
The attribute value is undefined for the annotation type JoinColumns Staff.java /src line 36 Java Problem
The attribute value is undefined for the annotation type Temporal Artifact.java /src line 21 Java Problem
The import javax.persistence cannot be resolved Account.java /src line 3 Java Problem
The import javax.persistence cannot be resolved Artifact.java /src line 3 Java Problem
The import javax.persistence cannot be resolved ArtifactPK.java /src line 3 Java Problem
The import javax.persistence cannot be resolved Inventory.java /src line 3 Java Problem
The import javax.persistence cannot be resolved InventoryPK.java /src line 3 Java Problem
The import javax.persistence cannot be resolved Location.java /src line 3 Java Problem
The import javax.persistence cannot be resolved Museum.java /src line 3 Java Problem
The import javax.persistence cannot be resolved MuseumPK.java /src line 3 Java Problem
The import javax.persistence cannot be resolved Staff.java /src line 3 Java Problem