接口 GenerationTarget
-
public interface GenerationTargetDescribes a schema generation target- 作者:
- Steve Ebersole
-
-
方法详细资料
-
prepare
void prepare()
Prepare for accepting actions- 抛出:
SchemaManagementException- If there is a problem preparing the target.
-
accept
void accept(String command)
Accept a command- 参数:
command- The command- 抛出:
SchemaManagementException- If there is a problem accepting the action.
-
release
void release()
Release this target, giving it a change to release its resources.- 抛出:
SchemaManagementException- If there is a problem releasing the target.
-
-