インターフェース 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
インターフェース 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, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
メソッドの詳細
getSecretBackend
StringSE getSecretBackend()- 戻り値:
- この
PersistentEntity
が格納されている秘密のバックエンド。