|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectplay.db.jpa.JPAConfigurationExtension
public abstract class JPAConfigurationExtension
Implementors of this class can extend the Ejb3Configuration before
it is used to build the EntityManagerFactory
| 构造方法摘要 | |
|---|---|
JPAConfigurationExtension()
|
|
| 方法摘要 | |
|---|---|
abstract void |
configure(org.hibernate.ejb.Ejb3Configuration cfg)
Performs additional configuration on the JPA configuration. |
java.lang.String |
getConfigurationName()
Override this method in order to restrict the extension to a specific db configuration. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public JPAConfigurationExtension()
| 方法详细信息 |
|---|
public java.lang.String getConfigurationName()
null and hence applies to all JPAConfigurationExtension-s.
null if it should apply to all database configurations.public abstract void configure(org.hibernate.ejb.Ejb3Configuration cfg)
cfg - the Ejb3Configuration to configure
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||