public class UpdatableSchemaImpl extends java.lang.Object implements UpdatableSchema, PrefixSupportable, java.io.Serializable
コンストラクタと説明 |
---|
UpdatableSchemaImpl() |
UpdatableSchemaImpl(Commitable commitable) |
UpdatableSchemaImpl(Key resourceNameKey) |
UpdatableSchemaImpl(Key resourceNameKey,
Commitable commit) |
UpdatableSchemaImpl(Key resourceNameKey,
CommonCommitableFactory factory) |
UpdatableSchemaImpl(Key resourceNameKey,
Resource resource) |
修飾子とタイプ | メソッドと説明 |
---|---|
UpdatableSchema |
duplicate() |
java.util.List |
getCascadeInvalidiables() |
java.util.List |
getCascadeRemovables() |
java.util.List |
getCascadeUpdatables() |
Commitable |
getCommitable()
commit実行時に呼び出すCommitableを取得する。
|
static UpdatableSchema |
getNullUpdatableSchema() |
ObservationFactory |
getObservationFactory()
ObservationFactoryを取得する。
|
UpdatableOperationItemHolder |
getRemoveOperationItemHolder()
削除可能なKey(現象型名)のSetを返す。
|
java.lang.String |
getString(java.lang.String prefix) |
java.lang.StringBuffer |
getStringBuffer(java.lang.StringBuffer sb,
java.lang.String prefix) |
TriggerFactory |
getTriggerFactory()
TriggerFactoryを取得する。
|
UpdatableOperationItemHolder |
getUpdateOperationItemHolder()
更新可能なKey(現象型名)のSetを返す。
|
java.lang.String |
toString() |
public UpdatableSchemaImpl()
public UpdatableSchemaImpl(Key resourceNameKey)
public UpdatableSchemaImpl(Key resourceNameKey, Commitable commit)
public UpdatableSchemaImpl(Key resourceNameKey, CommonCommitableFactory factory)
public UpdatableSchemaImpl(Commitable commitable)
public static UpdatableSchema getNullUpdatableSchema()
public UpdatableOperationItemHolder getUpdateOperationItemHolder()
UpdatableSchema
getUpdateOperationItemHolder
インタフェース内 UpdatableSchema
public UpdatableOperationItemHolder getRemoveOperationItemHolder()
UpdatableSchema
getRemoveOperationItemHolder
インタフェース内 UpdatableSchema
public TriggerFactory getTriggerFactory()
UpdatableSchema
getTriggerFactory
インタフェース内 UpdatableSchema
public java.util.List getCascadeUpdatables()
public java.util.List getCascadeInvalidiables()
public java.util.List getCascadeRemovables()
public ObservationFactory getObservationFactory()
UpdatableSchema
getObservationFactory
インタフェース内 UpdatableSchema
public UpdatableSchema duplicate()
duplicate
インタフェース内 UpdatableSchema
public Commitable getCommitable()
UpdatableSchema
getCommitable
インタフェース内 UpdatableSchema
public java.lang.String toString()
toString
クラス内 java.lang.Object
public java.lang.String getString(java.lang.String prefix)
getString
インタフェース内 PrefixSupportable
public java.lang.StringBuffer getStringBuffer(java.lang.StringBuffer sb, java.lang.String prefix)
getStringBuffer
インタフェース内 PrefixSupportable