org.hibernate.metamodel.spi
Interface TypeContributions


public interface TypeContributions

Defines the target contributing types, whether via dialects or TypeContributor


Method Summary
 void contributeType(BasicType type)
           
 void contributeType(CompositeUserType type, String[] keys)
           
 void contributeType(UserType type, String[] keys)
           
 

Method Detail

contributeType

void contributeType(BasicType type)

contributeType

void contributeType(UserType type,
                    String[] keys)

contributeType

void contributeType(CompositeUserType type,
                    String[] keys)


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