Ejemplo n.º 1
0
		public static Ejb3JoinColumn BuildJoinColumn(PrimaryKeyJoinColumnAttribute pkJoinAnn,
									JoinColumnAttribute joinAnn, 
									IKeyValue identifier,
									IDictionary<string, Join> joins, 
									IPropertyHolder propertyHolder, 
									ExtendedMappings mappings)
		{
			throw new NotImplementedException();
		}
Ejemplo n.º 2
0
 public static Ejb3JoinColumn BuildJoinColumn(PrimaryKeyJoinColumnAttribute pkJoinAnn,
                                              JoinColumnAttribute joinAnn,
                                              IKeyValue identifier,
                                              IDictionary <string, Join> joins,
                                              IPropertyHolder propertyHolder,
                                              ExtendedMappings mappings)
 {
     throw new NotImplementedException();
 }