public interface EntityIdentifierDefinition
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
getEntityDefinition() |
boolean |
isEncapsulated()
Is the entity identifier encapsulated? Meaning, is it represented by a single attribute?
|
boolean isEncapsulated()
true
indicates the identifier is encapsulated (and therefore this is castable to
EncapsulatedEntityIdentifierDefinition
); false
means it is not encapsulated (and therefore
castable to NonEncapsulatedEntityIdentifierDefinition
).EntityDefinition getEntityDefinition()
Copyright © 2017 JBoss by Red Hat. All rights reserved.