List of usage examples for javax.resource.spi ManagedConnectionMetaData interface-usage
From source file org.nuxeo.ecm.core.storage.sql.ra.ManagedConnectionImpl.java
/**
* The managed connection represents an actual physical connection to the
* underlying storage. It is created by the {@link ManagedConnectionFactory},
* and then encapsulated into a {@link Connection} which is then returned to the
* application (via the {@link ConnectionFactory}).
* <p>
From source file org.eclipse.ecr.core.storage.sql.ra.ManagedConnectionImpl.java
/**
* The managed connection represents an actual physical connection to the
* underlying storage. It is created by the {@link ManagedConnectionFactory},
* and then encapsulated into a {@link Connection} which is then returned to the
* application (via the {@link ConnectionFactory}).
* <p>
From source file org.nuxeo.ecm.core.jca.JCAManagedConnection.java
/**
* This class implements the managed connection for
* this resource adapter.
* <p>
* These sources are based on the JackRabbit JCA implementation (http://jackrabbit.apache.org/).
* <p>