Class ReadWriteNaturalIdRegionAccessStrategy

  • All Implemented Interfaces:
    org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy, org.hibernate.cache.spi.access.RegionAccessStrategy

    public class ReadWriteNaturalIdRegionAccessStrategy
    extends AbstractReadWriteAccessStrategy
    implements org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
    Author:
    Nikita Koksharov
    • Constructor Detail

      • ReadWriteNaturalIdRegionAccessStrategy

        public ReadWriteNaturalIdRegionAccessStrategy​(org.hibernate.cfg.Settings settings,
                                                      org.hibernate.cache.spi.GeneralDataRegion region,
                                                      RMapCache<Object,​Object> mapCache)
    • Method Detail

      • getRegion

        public org.hibernate.cache.spi.NaturalIdRegion getRegion()
        Specified by:
        getRegion in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
      • insert

        public boolean insert​(org.hibernate.engine.spi.SharedSessionContractImplementor session,
                              Object key,
                              Object value)
                       throws org.hibernate.cache.CacheException
        Specified by:
        insert in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • afterInsert

        public boolean afterInsert​(org.hibernate.engine.spi.SharedSessionContractImplementor session,
                                   Object key,
                                   Object value)
                            throws org.hibernate.cache.CacheException
        Specified by:
        afterInsert in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • update

        public boolean update​(org.hibernate.engine.spi.SharedSessionContractImplementor session,
                              Object key,
                              Object value)
                       throws org.hibernate.cache.CacheException
        Specified by:
        update in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • afterUpdate

        public boolean afterUpdate​(org.hibernate.engine.spi.SharedSessionContractImplementor session,
                                   Object key,
                                   Object value,
                                   org.hibernate.cache.spi.access.SoftLock lock)
                            throws org.hibernate.cache.CacheException
        Specified by:
        afterUpdate in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • generateCacheKey

        public Object generateCacheKey​(Object[] naturalIdValues,
                                       org.hibernate.persister.entity.EntityPersister persister,
                                       org.hibernate.engine.spi.SharedSessionContractImplementor session)
        Specified by:
        generateCacheKey in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
      • getNaturalIdValues

        public Object[] getNaturalIdValues​(Object cacheKey)
        Specified by:
        getNaturalIdValues in interface org.hibernate.cache.spi.access.NaturalIdRegionAccessStrategy
      • putFromLoad

        public boolean putFromLoad​(org.hibernate.engine.spi.SharedSessionContractImplementor session,
                                   Object key,
                                   Object value,
                                   long txTimestamp,
                                   Object version)
                            throws org.hibernate.cache.CacheException
        Specified by:
        putFromLoad in interface org.hibernate.cache.spi.access.RegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • lockRegion

        public org.hibernate.cache.spi.access.SoftLock lockRegion()
                                                           throws org.hibernate.cache.CacheException
        Specified by:
        lockRegion in interface org.hibernate.cache.spi.access.RegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • unlockRegion

        public void unlockRegion​(org.hibernate.cache.spi.access.SoftLock lock)
                          throws org.hibernate.cache.CacheException
        Specified by:
        unlockRegion in interface org.hibernate.cache.spi.access.RegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • remove

        public void remove​(org.hibernate.engine.spi.SharedSessionContractImplementor session,
                           Object key)
                    throws org.hibernate.cache.CacheException
        Specified by:
        remove in interface org.hibernate.cache.spi.access.RegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • removeAll

        public void removeAll()
                       throws org.hibernate.cache.CacheException
        Specified by:
        removeAll in interface org.hibernate.cache.spi.access.RegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • evict

        public void evict​(Object key)
                   throws org.hibernate.cache.CacheException
        Specified by:
        evict in interface org.hibernate.cache.spi.access.RegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException
      • evictAll

        public void evictAll()
                      throws org.hibernate.cache.CacheException
        Specified by:
        evictAll in interface org.hibernate.cache.spi.access.RegionAccessStrategy
        Throws:
        org.hibernate.cache.CacheException