Interface KeyValuePersistentEntity<T,P extends KeyValuePersistentProperty<P>>

Type Parameters:
T -
All Superinterfaces:
Iterable<P>, MutablePersistentEntity<T,P>, PersistentEntity<T,P>
All Known Implementing Classes:
BasicKeyValuePersistentEntity

public interface KeyValuePersistentEntity<T,P extends KeyValuePersistentProperty<P>> extends MutablePersistentEntity<T,P>
Author:
Christoph Strobl
  • Method Details

    • getKeySpace

      @Nullable String getKeySpace()
      Get the keySpace a given entity assigns to.
      Returns:
      can be null.