代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/416732/2120301
java info.java
package org.openblog.hibernate;
/**
* Info entity.
*
* @author MyEclipse Persistence Tools
*/
public class Info implements java.io.Serializable {
// Fields
private Integer infoI
www.eeworm.com/read/416732/2120307
java user.java
package org.openblog.hibernate;
/**
* User entity.
*
* @author MyEclipse Persistence Tools
*/
public class User implements java.io.Serializable {
// Fields
private Integer userI
www.eeworm.com/read/416732/2120308
java links.java
package org.openblog.hibernate;
/**
* Links entity.
*
* @author MyEclipse Persistence Tools
*/
public class Links implements java.io.Serializable {
// Fields
private Integer lin
www.eeworm.com/read/411781/2181897
java basecustomers.java
package com.softeem.customer.pojo.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the customers table.
* Do not modify this class because it will b
www.eeworm.com/read/411781/2181898
java baseorders.java
package com.softeem.customer.pojo.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the orders table.
* Do not modify this class because it will be o
www.eeworm.com/read/411359/2189054
java impower.java
package com.parddu.crm.entity;
/**
* Impower entity.
*
* @author MyEclipse Persistence Tools
*/
public class Impower implements java.io.Serializable {
// Fields
private Integer
www.eeworm.com/read/411359/2189056
java menuitem.java
package com.parddu.crm.entity;
/**
* MenuItem entity.
*
* @author MyEclipse Persistence Tools
*/
public class MenuItem implements java.io.Serializable {
// Fields
private Intege
www.eeworm.com/read/411359/2189057
java emprole.java
package com.parddu.crm.entity;
/**
* EmpRole entity.
*
* @author MyEclipse Persistence Tools
*/
public class EmpRole implements java.io.Serializable {
// Fields
private Integer
www.eeworm.com/read/410867/2200862
java principalimpl.java
import java.io.Serializable;
import java.security.Principal;
//
// This class defines the principle object, which is just an encapsulated
// String name
public class PrincipalImpl implements Prin
www.eeworm.com/read/410867/2200879
java principalimpl.java
import java.io.Serializable;
import java.security.Principal;
//
// This class defines the principle object, which is just an encapsulated
// String name
public class PrincipalImpl implements Prin