代码搜索:Serializable

找到约 10,000 项符合「Serializable」的源代码

代码结果 10,000
www.eeworm.com/read/432813/1889511

java person.java

/* * Person.java * The package system contains the different class allowing to create and to select the object to store in the database. */ package reservation.system; import java.io.Serializable;
www.eeworm.com/read/432813/1889514

java flight.java

/* * Flight.java * The package system contains the different class allowing to create and to select the object to store in the database. */ package reservation.system; import java.io.Serializable;
www.eeworm.com/read/432813/1889515

java pos.java

/* * Pos.java * The package system contains the different class allowing to create and to select the object to store in the database. */ package reservation.system; import java.io.Serializable; /
www.eeworm.com/read/432395/1894187

java pcroom.java

package yyxtong.hibernate.pojo; /** * Pcroom entity. * * @author MyEclipse Persistence Tools */ public class Pcroom implements java.io.Serializable { // Fields private Integer i
www.eeworm.com/read/432395/1894188

java user.java

package yyxtong.hibernate.pojo; /** * User entity. * * @author MyEclipse Persistence Tools */ public class User implements java.io.Serializable { // Fields private Integer id;
www.eeworm.com/read/431875/1903232

java survey.java

package com.mySurvey.bean; import java.io.Serializable; /** * @hibernate.class * table="survey" * dynamic-update="true" * dynamic-insert="true" */ public
www.eeworm.com/read/431875/1903233

java surveychild.java

package com.mySurvey.bean; import java.io.Serializable; /** * @hibernate.class * table="surveychild" * dynamic-update="true" * dynamic-insert="true" */ publ
www.eeworm.com/read/431875/1903234

java surveyoption.java

package com.mySurvey.bean; import java.io.Serializable; /** * @hibernate.class * table="surveyoption" * dynamic-update="true" * dynamic-insert="true" */ pu
www.eeworm.com/read/430873/1916546

java ordersline.java

package com.accp.entity.jb_sale; /** * OrdersLine entity. * * @author MyEclipse Persistence Tools */ public class OrdersLine implements java.io.Serializable { // Fields private
www.eeworm.com/read/429630/1947609

java votecontext.java

package sunyang.vote.domain; @SuppressWarnings("serial") public class Votecontext implements java.io.Serializable { private Integer votecontextId; private String context; private Integer c