?? huserbasicinfoent_edddrk_homeimpl.java
字號(hào):
/**
* This code was automatically generated at 11:53:52 on 2005-4-14
* by weblogic.ejb20.ejbc.Ejb2Rmi -- do not edit.
*
* @version WebLogic Server 8.1 Fri Dec 5 15:01:51 PST 2003 316284
* @author Copyright (c) 2005 by BEA Systems, Inc. All Rights Reserved.
*/
package clientejb;
import weblogic.ejb20.interfaces.WLEnterpriseBean;
public final class hUserBasicInfoEnt_edddrk_HomeImpl
extends weblogic.ejb20.internal.EntityEJBHome
implements clientejb.hUserBasicInfoEntRemoteHome, weblogic.utils.PlatformConstants
, weblogic.ejb.QueryHome
{
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_name_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_hos_id;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_hos_dep;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_hos_dep_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_id;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_name;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_remark;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_hos_id_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_phone;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_id_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_id_card_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_remark_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_image;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_phone_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_email;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_email_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_setH_user_image_S;
public weblogic.ejb20.internal.MethodDescriptor md_eo_getH_user_id_card;
public weblogic.ejb20.internal.MethodDescriptor md_ejbCreate_SSSSSSSSS;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByPrimaryKey_clientejb_hUserBasicInfoEntPK;
public weblogic.ejb20.internal.MethodDescriptor md_ejbFindByName_S;
private static java.lang.reflect.Method mth_ejbCreate_SSSSSSSSS;
private static java.lang.reflect.Method mth_postejbCreate_SSSSSSSSS;
public weblogic.ejb20.internal.MethodDescriptor md_eo_remove;
public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_javax_ejb_Handle;
public weblogic.ejb20.internal.MethodDescriptor md_ejbRemove_O;
static {
try {
mth_ejbCreate_SSSSSSSSS = hUserBasicInfoEnt_edddrk_Intf.class.getMethod(
"ejbCreate", new Class [] {java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class});
if (true) {
mth_postejbCreate_SSSSSSSSS = hUserBasicInfoEnt_edddrk_Intf.class.getMethod(
"ejbPostCreate", new Class [] {java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class});
}
} catch (Exception e) {
throw new AssertionError("Unable to find expected "+
"methods. Please check your classpath for stale versions of "+
"your ejb classes and re-run weblogic.ejbc");
}
}
public hUserBasicInfoEnt_edddrk_HomeImpl() {
super(hUserBasicInfoEnt_edddrk_EOImpl.class
, clientejb.hUserBasicInfoEntPK.class);
}
public clientejb.hUserBasicInfoEntRemote create (java.lang.String arg0,java.lang.String arg1,java.lang.String arg2,java.lang.String arg3,java.lang.String arg4,java.lang.String arg5,java.lang.String arg6,java.lang.String arg7,java.lang.String arg8)
throws javax.ejb.CreateException, java.rmi.RemoteException
{
try {
return (clientejb.hUserBasicInfoEntRemote) super.create(md_ejbCreate_SSSSSSSSS,
mth_ejbCreate_SSSSSSSSS, mth_postejbCreate_SSSSSSSSS,
new Object [] { arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8});
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)e;
}
else if (e instanceof javax.ejb.CreateException) {
throw (javax.ejb.CreateException) e;
}
else {
throw new javax.ejb.CreateException ("Error while creating bean: " +
e.toString());
}
}
}
public clientejb.hUserBasicInfoEntRemote findByPrimaryKey(clientejb.hUserBasicInfoEntPK arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (clientejb.hUserBasicInfoEntRemote)
super.findByPrimaryKey(md_ejbFindByPrimaryKey_clientejb_hUserBasicInfoEntPK, arg0 );
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)e;
}
else if (e instanceof javax.ejb.FinderException) {
throw (javax.ejb.FinderException) e;
}
else {
throw new javax.ejb.FinderException ("Error while finding bean: " +
e.toString());
}
}
}
public java.util.Collection findByName(java.lang.String arg0)
throws javax.ejb.FinderException, java.rmi.RemoteException
{
try {
return (java.util.Collection)
super.finder(md_ejbFindByName_S, new Object [] { arg0} , weblogic.ejb20.internal.EntityEJBHome.COLL_FINDER);
} catch (java.lang.Exception e) {
if (e instanceof java.rmi.RemoteException) {
throw (java.rmi.RemoteException)e;
}
else if (e instanceof javax.ejb.FinderException) {
throw (javax.ejb.FinderException) e;
}
else {
throw new javax.ejb.FinderException ("Error while finding bean: " +
e.toString());
}
}
}
public void remove(java.lang.Object pk)
throws java.rmi.RemoteException, javax.ejb.RemoveException
{
super.remove(md_ejbRemove_O, pk);
}
public void remove(javax.ejb.Handle h)
throws java.rmi.RemoteException, javax.ejb.RemoveException
{
super.remove(md_ejbRemove_javax_ejb_Handle, h);
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -