Interface DomainDataStorageAccess

  • All Superinterfaces:
    StorageAccess

    public interface DomainDataStorageAccess
    extends StorageAccess
    Specialization of StorageAccess for domain data regions
    • Method Detail

      • putFromLoad

        default void putFromLoad​(Object key,
                                 Object value,
                                 SharedSessionContractImplementor session)
        Specialized form of putting something into the cache in cases where the put is coming from a load (read) from the database