当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
MetaDataImpl (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.jca
Class MetaDataImpl
java.lang.Object
net.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaDataImpl
public MetaDataImpl(ManagedConnectionImpl mc)
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