接口 DomainDataStorageAccess

  • 所有超级接口:
    StorageAccess

    public interface DomainDataStorageAccess
    extends StorageAccess
    Specialization of StorageAccess for domain data regions
    作者:
    Steve Ebersole
    • 方法详细资料

      • 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