org.hibernate.metamodel.spi
Interface TypeContributor

All Known Implementing Classes:
TypeContributorImpl

public interface TypeContributor

Contract for contributing types.


Method Summary
 void contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
          Contribute types
 

Method Detail

contribute

void contribute(TypeContributions typeContributions,
                ServiceRegistry serviceRegistry)
Contribute types

Parameters:
typeContributions - The callback for adding contributed types
serviceRegistry - The service registry


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.