インターフェース VaultPersistentEntity<T>
- すべてのスーパーインターフェース:
Aware、EnvironmentAware、IterableSE<VaultPersistentProperty>、KeyValuePersistentEntity<T,、VaultPersistentProperty> MutablePersistentEntity<T,、VaultPersistentProperty> PersistentEntity<T,VaultPersistentProperty>
- すべての既知の実装クラス:
BasicVaultPersistentEntity
public interface VaultPersistentEntity<T>
extends KeyValuePersistentEntity<T,VaultPersistentProperty>
Vault 固有の
PersistentEntity。- 導入:
- 2.0
- 作成者:
- Mark Paluch
方法の概要
インターフェース org.springframework.context.EnvironmentAware から継承されたメソッド
setEnvironmentインターフェース java.lang.IterableSE から継承されたメソッド
forEachSE, iterator, spliteratorインターフェース org.springframework.data.keyvalue.core.mapping.KeyValuePersistentEntity から継承されたメソッド
getKeySpace, getRequiredKeySpaceインターフェース org.springframework.data.mapping.model.MutablePersistentEntity から継承されたメソッド
addAssociation, addPersistentProperty, setEvaluationContextProvider, setPersistentPropertyAccessorFactory, verifyインターフェース org.springframework.data.mapping.PersistentEntity から継承されたメソッド
doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
メソッドの詳細
getSecretBackend
StringSE getSecretBackend()- 戻り値:
- この
PersistentEntityが保存されている秘密エンジン。