代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/472326/1411706
java tbmanager.java
package com.mwq.hibernate.mapping;
public class TbManager implements java.io.Serializable {
// Fields
private Integer id;
private TbRecord tbRecord;
private String password;
pri
www.eeworm.com/read/472326/1411711
java tbdutyinfo.java
package com.mwq.hibernate.mapping;
import java.util.Date;
/**
* TbDutyInfo generated by MyEclipse - Hibernate Tools
*/
public class TbDutyInfo implements java.io.Serializable {
// Fi
www.eeworm.com/read/472178/1418499
java depotmission.java
package bean;
import java.util.Date;
/**
* 库房任务表--调度
*/
public class Depotmission implements java.io.Serializable {
// Fields
/**
*
*/
private static final long serialVer
www.eeworm.com/read/471236/1432928
java tbkucun.java
package model;
public class TbKucun implements java.io.Serializable {
private String id;
private String spname;
private String jc;
private String cd;
private String gg;
www.eeworm.com/read/470939/1435290
java student.java
package com.niit.model;
/**
* Student entity. @author MyEclipse Persistence Tools
*/
public class Student implements java.io.Serializable
{
// Fields
private Integer sid;
private
www.eeworm.com/read/470919/1438659
java beanlog.java
package tarena.entity;
import java.util.Date;
/**
* Beanlog entity.
*
* @author MyEclipse Persistence Tools
*/
public class Beanlog implements java.io.Serializable {
// Fields
www.eeworm.com/read/470919/1438662
java photo.java
package tarena.entity;
import java.sql.Blob;
/**
* Photo entity.
*
* @author MyEclipse Persistence Tools
*/
public class Photo implements java.io.Serializable {
// Fields
www.eeworm.com/read/470919/1438675
java announce.java
package tarena.entity;
import java.util.Date;
/**
* Announce entity.
*
* @author MyEclipse Persistence Tools
*/
public class Announce implements java.io.Serializable {
// Fields
www.eeworm.com/read/470617/1469190
java userentitybean.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Entities;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persi
www.eeworm.com/read/470617/1469191
java carentitybean.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Entities;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persi