接口 EntityIdentifierDefinition
-
public interface EntityIdentifierDefinitionDescribes aspects of the identifier for an entity- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EntityDefinitiongetEntityDefinition()booleanisEncapsulated()Is the entity identifier encapsulated?
-
-
-
方法详细资料
-
isEncapsulated
boolean isEncapsulated()
Is the entity identifier encapsulated? Meaning, is it represented by a single attribute?- 返回:
trueindicates the identifier is encapsulated (and therefore this is castable toEncapsulatedEntityIdentifierDefinition);falsemeans it is not encapsulated (and therefore castable toNonEncapsulatedEntityIdentifierDefinition).
-
getEntityDefinition
EntityDefinition getEntityDefinition()
-
-