站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

MetaDataImpl (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.jca
Class MetaDataImpl

java.lang.Object
  extended bynet.sf.hibernate.jca.MetaDataImpl
All Implemented Interfaces:
javax.resource.spi.ManagedConnectionMetaData

public class MetaDataImpl
extends Object
implements javax.resource.spi.ManagedConnectionMetaData

Implementation delegates to the database connection meta data object


Constructor Summary
MetaDataImpl(ManagedConnectionImpl mc)
           
 
Method Summary
 String getEISProductName()
           
 String getEISProductVersion()
           
 int getMaxConnections()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaDataImpl

public MetaDataImpl(ManagedConnectionImpl mc)
Method Detail

getEISProductName

public String getEISProductName()
                         throws javax.resource.ResourceException
Specified by:
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.ResourceException

getEISProductVersion

public String getEISProductVersion()
                            throws javax.resource.ResourceException
Specified by:
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.ResourceException

getMaxConnections

public int getMaxConnections()
                      throws javax.resource.ResourceException
Specified by:
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.ResourceException

getUserName

public String getUserName()
                   throws javax.resource.ResourceException
Specified by:
getUserName in interface javax.resource.spi.ManagedConnectionMetaData
Throws:
javax.resource.ResourceException