[#6033] Manual documents incorrect restriction on ConnectionProvider.acquire() method
This commit is contained in:
parent
ed26bf2087
commit
ffcbd34fc1
@ -1470,10 +1470,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -1789,10 +1789,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -1847,10 +1847,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -2307,10 +2307,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -2805,10 +2805,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -3005,10 +3005,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -3009,10 +3009,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -3157,10 +3157,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -3171,10 +3171,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
@ -3170,10 +3170,6 @@ SelectSelectStep<R> select(Field<?>... fields);]]></java><html>
|
||||
// Get a connection back from jOOQ
|
||||
void release(Connection connection) throws DataAccessException;
|
||||
}]]></java><html>
|
||||
|
||||
<p>
|
||||
Note that <code>acquire()</code> should always return the same Connection until this connection is returned via <code>release()</code>
|
||||
</p>
|
||||
</html></content>
|
||||
</section>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user