代码搜索:embeddable
找到约 293 项符合「embeddable」的源代码
代码结果 293
www.eeworm.com/read/490282/6453734
java customerpk.java
package entity;
import java.io.Serializable;
import javax.persistence.Embeddable;
@Embeddable
public class CustomerPK implements Serializable{
private String name;
private String idCardNum
www.eeworm.com/read/405478/2291423
java country.java
//$Id: $
package org.hibernate.test.annotations.tuplizer;
import javax.persistence.Embeddable;
import javax.persistence.Column;
/**
* @author Emmanuel Bernard
*/
@Embeddable
public inter
www.eeworm.com/read/358128/3002124
tmpreadme .tmpreadme
This is an extension for the SQLite Embeddable SQL Database Engine.
http://www.sqlite.org/
SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite
www.eeworm.com/read/358128/3002330
tmpreadme .tmpreadme
This is an extension for the SQLite Embeddable SQL Database Engine.
http://www.sqlite.org/
SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite
www.eeworm.com/read/428289/1961232
java subscriptionpendingpk.java
package Pcrd.Subscription.Entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class SubscriptionPendingPK implement
www.eeworm.com/read/405478/2291019
java socialsecuritynumber.java
//$Id: $
package org.hibernate.test.annotations.reflection;
import java.io.Serializable;
import javax.persistence.Embeddable;
/**
* @author Emmanuel Bernard
*/
@Embeddable
public class S
www.eeworm.com/read/428289/1961223
java serviceproductpk.java
package Pcrd.Subscription.Entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class ServiceProductPK implements Ser
www.eeworm.com/read/428289/1961228
java cardproductpk.java
package Pcrd.Subscription.Entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class CardProductPK implements Serial
www.eeworm.com/read/428289/1961229
java sequencebybranchpk.java
package Pcrd.Subscription.Entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class SequenceByBranchPK implements S
www.eeworm.com/read/428289/1961230
java cardfeespk.java
package Pcrd.Subscription.Entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class CardFeesPK implements Serializa