Class HibernateOrmMappingKey

java.lang.Object
org.hibernate.search.mapper.orm.mapping.impl.HibernateOrmMappingKey
All Implemented Interfaces:
MappingKey<HibernateOrmMappingPartialBuildState,HibernateOrmMapping>, EventContextElement

public final class HibernateOrmMappingKey extends Object implements MappingKey<HibernateOrmMappingPartialBuildState,HibernateOrmMapping>
  • Constructor Details

    • HibernateOrmMappingKey

      public HibernateOrmMappingKey()
  • Method Details

    • render

      public String render()
      Specified by:
      render in interface EventContextElement
      Returns:
      A human-readable representation of this context. The representation should use brief, natural language to refer to objects rather than class names, e.g. "index 'myIndexName'" rather than "ElasticsearchIndexManager{name = 'myIndexName'}". The representation may change without prior notice in new versions of Hibernate Search: callers should not try to parse it.