}
if ("User".equals(entityBeanKey)) {
return new UserImpl();
} else if ("UserEntry".equals(entityBeanKey)) {
return new UserEntryImpl();
} else if ("UserEntryReply".equals(entityBeanKey)) {
return new UserEntryReplyImpl();
}
throw new IllegalArgumentException("No entry for : " + entityBeanKey);