| Package | Description |
|---|---|
| gallery.admin |
Provides the Controllers for the JSF pages.
|
| gallery.database.entities |
Provides the database Entities used by an ORM.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagController.getTag(TagPK id) |
| Modifier and Type | Field and Description |
|---|---|
protected TagPK |
Tag.tagPK |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<TagPK,java.lang.Long> |
TagPK_.photographId |
static javax.persistence.metamodel.SingularAttribute<TagPK,java.lang.String> |
TagPK_.tagname |
static javax.persistence.metamodel.SingularAttribute<Tag,TagPK> |
Tag_.tagPK |
| Modifier and Type | Method and Description |
|---|---|
TagPK |
Tag.getTagPK()
Returns the primary key of a Tag, consisting of a tagname and the photograph id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tag.setTagPK(TagPK tagPK)
Sets the primary key of a Tag.
|
| Constructor and Description |
|---|
Tag(TagPK tagPK) |