| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<LogAttribute,Attribute> |
LogAttribute_.attribute |
static javax.persistence.metamodel.SetAttribute<Log,LogAttribute> |
Log_.attributes |
static javax.persistence.metamodel.SingularAttribute<LogAttribute,Long> |
LogAttribute_.id |
static javax.persistence.metamodel.SingularAttribute<LogAttribute,Log> |
LogAttribute_.log |
static javax.persistence.metamodel.SingularAttribute<LogAttribute,String> |
LogAttribute_.value |
| Modifier and Type | Method and Description |
|---|---|
Set<LogAttribute> |
Log.getAttributes() |
Set<LogAttribute> |
Attribute.getLogs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Log.setAttributes(Set<LogAttribute> attributes) |
void |
Attribute.setLogs(Set<LogAttribute> logs) |
| Constructor and Description |
|---|
Attribute(String name,
Set<LogAttribute> logs) |
Copyright © 2010-2014 Michigan State University. All Rights Reserved.