@Embeddable public class SpecializedEntityType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpecializedEntityType.EntityRole
Used in
ColumnPrototype : when the EntityType referenced by this ColumnPrototype may support different roles depending
on the context, an EntityRole will help to know which one. |
| Modifier | Constructor and Description |
|---|---|
protected |
SpecializedEntityType() |
|
SpecializedEntityType(EntityType entityType,
SpecializedEntityType.EntityRole entityRole) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SpecializedEntityType.EntityRole |
getEntityRole() |
EntityType |
getEntityType() |
int |
hashCode() |
protected SpecializedEntityType()
public SpecializedEntityType(EntityType entityType, SpecializedEntityType.EntityRole entityRole)
public EntityType getEntityType()
public SpecializedEntityType.EntityRole getEntityRole()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.