Class 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 Detail

      • EntityPersisterConcurrentMap

        public EntityPersisterConcurrentMap()