Class EntityPersisterConcurrentMap

java.lang.Object
org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap

public final class EntityPersisterConcurrentMap extends Object
Concurrent Map implementation of mappings entity name -> EntityPersister. Concurrency is optimised for read operations; write operations will acquire a lock and are relatively costly: only use for long living, read-mostly use cases. This implementation attempts to avoid type pollution problems.
  • Constructor Details

    • EntityPersisterConcurrentMap

      public EntityPersisterConcurrentMap()
  • Method Details