Package org.hibernate.mapping
Class MappingHelper
java.lang.Object
org.hibernate.mapping.MappingHelper
Method Summary
Modifier and TypeMethodDescriptionstatic voidstaticManagedBean<? extendsUserCollectionType>createUserTypeBean(String role,Class<? extendsUserCollectionType> userCollectionTypeClass,Map<String, ?> parameters,BootstrapContext bootstrapContext, boolean allowExtensionsInCdi) static voidinjectParameters(Object type,Properties parameters)
Method Details
createUserTypeBean
public static ManagedBean<? extendsUserCollectionType> createUserTypeBean(String role,Class<? extendsUserCollectionType> userCollectionTypeClass,Map<String, ?> parameters,BootstrapContext bootstrapContext, boolean allowExtensionsInCdi) injectParameters
checkPropertyColumnDuplication
public static void checkPropertyColumnDuplication(Set<String> distinctColumns,List<Property> properties,String owner) throwsMappingException - Throws:
MappingException