Interface PojoTypeMetadataContributor
-
- All Superinterfaces:
PojoMetadataContributor<PojoAdditionalMetadataCollectorTypeNode,PojoMappingCollectorTypeNode>
- All Known Implementing Classes:
ErrorCollectingPojoTypeMetadataContributor
public interface PojoTypeMetadataContributor extends PojoMetadataContributor<PojoAdditionalMetadataCollectorTypeNode,PojoMappingCollectorTypeNode>
An alias interface used when we don't want to write the full version ofPojoMetadataContributor
with generic parameters.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.mapper.pojo.mapping.building.spi.PojoMetadataContributor
contributeAdditionalMetadata, contributeMapping
-
-