PersistenceProperty (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.persistence Annotation Type PersistenceProperty


@Target(value={})
@Retention(value=RUNTIME)
public @interface PersistenceProperty

Describes a single container or persistence provider property.

Vendor specific properties may be included in the set of properties, and are passed to the persistence provider by the container when the entity manager is created. Properties that are not recognized by a vendor will be ignored.

从以下版本开始:
Java Persistence 1.0

Required Element Summary
 String name
          The name of the property
 String value
          The value of the property
 

元素详细信息

name

public abstract String name
The name of the property


value

public abstract String value
The value of the property


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.