public void Type(IIdentifierType persistentType)
		{
			if (persistentType != null)
			{
				hbmId.type = persistentType.Name;
			}
		}
예제 #2
0
 public void Type(IIdentifierType persistentType)
 {
     if (persistentType != null)
     {
         hbmId.type = persistentType.Name;
     }
 }