|
|||||||||
Home >> All >> org >> hibernate >> test >> [ connections overview ] | PREV NEXT |
A
- AggressiveReleaseTest - class org.hibernate.test.connections.AggressiveReleaseTest.
- Implementation of AggressiveReleaseTest.
- AggressiveReleaseTest(String) - Constructor for class org.hibernate.test.connections.AggressiveReleaseTest
B
- BasicConnectionProviderTest - class org.hibernate.test.connections.BasicConnectionProviderTest.
- Implementation of BasicConnectionProviderTest.
- BasicConnectionProviderTest(String) - Constructor for class org.hibernate.test.connections.BasicConnectionProviderTest
C
- ConnectionManagementTestCase - class org.hibernate.test.connections.ConnectionManagementTestCase.
- Common test cases relating to session management and how the sessions manages its underlying jdbc connection across different config scenarios.
- ConnectionManagementTestCase(String) - Constructor for class org.hibernate.test.connections.ConnectionManagementTestCase
- ConnectionsSuite - class org.hibernate.test.connections.ConnectionsSuite.
- Implementation of ConnectionsSuite.
- ConnectionsSuite() - Constructor for class org.hibernate.test.connections.ConnectionsSuite
- CurrentSessionConnectionTest - class org.hibernate.test.connections.CurrentSessionConnectionTest.
- Implementation of CurrentSessionConnectionTest.
- CurrentSessionConnectionTest(String) - Constructor for class org.hibernate.test.connections.CurrentSessionConnectionTest
- checkDeserializedState(Session) - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Check the state of a fixture session after deserialization, as well as validate the environmental state after session deserialization.
- checkDeserializedState(Session) - Method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
- checkSerializedState(Session) - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Check the state of a fixture session after serialization, as well as validate the environmental state after session serialization.
- checkSerializedState(Session) - Method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
- configure(Configuration) - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- configure(Configuration) - Method in class org.hibernate.test.connections.BasicConnectionProviderTest
- configure(Configuration) - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- configure(Configuration) - Method in class org.hibernate.test.connections.SuppliedConnectionTest
- configure(Configuration) - Method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
- connectionUnderTest - Variable in class org.hibernate.test.connections.SuppliedConnectionTest
- cp - Variable in class org.hibernate.test.connections.SuppliedConnectionTest
D
- done() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- done() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Used to cleanup the environment after testing (e.g., ending a JTA transaction or closing a user-supplied connection).
- done() - Method in class org.hibernate.test.connections.SuppliedConnectionTest
- dropAfterFailure() - Method in class org.hibernate.test.connections.SuppliedConnectionTest
G
- getId() - Method in class org.hibernate.test.connections.Other
- getId() - Method in class org.hibernate.test.connections.Silly
- getMappings() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- getName() - Method in class org.hibernate.test.connections.Other
- getName() - Method in class org.hibernate.test.connections.Silly
- getOther() - Method in class org.hibernate.test.connections.Silly
- getSessionUnderTest() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- getSessionUnderTest() - Method in class org.hibernate.test.connections.BasicConnectionProviderTest
- getSessionUnderTest() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Used to get a session configured based on the config scenario being tested.
- getSessionUnderTest() - Method in class org.hibernate.test.connections.CurrentSessionConnectionTest
- getSessionUnderTest() - Method in class org.hibernate.test.connections.SuppliedConnectionTest
- getSessionUnderTest() - Method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
H
- hasBind() - Static method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest.TestableThreadLocalContext
I
- id - Variable in class org.hibernate.test.connections.Other
- id - Variable in class org.hibernate.test.connections.Silly
- isSessionBound(Session) - Static method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest.TestableThreadLocalContext
M
- me - Static variable in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest.TestableThreadLocalContext
N
- name - Variable in class org.hibernate.test.connections.Other
- name - Variable in class org.hibernate.test.connections.Silly
O
- Other - class org.hibernate.test.connections.Other.
- Other() - Constructor for class org.hibernate.test.connections.Other
- Other(String) - Constructor for class org.hibernate.test.connections.Other
- org.hibernate.test.connections - package org.hibernate.test.connections
- other - Variable in class org.hibernate.test.connections.Silly
P
- prepare() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- prepare() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Used to prepare the environment for testing (e.g., starting a JTA transaction or obtaining a user-supplied connection).
R
- reconnect(Session) - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- reconnect(Session) - Method in class org.hibernate.test.connections.BasicConnectionProviderTest
- reconnect(Session) - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Perform any steps needed to reconnect a fixture session.
- reconnect(Session) - Method in class org.hibernate.test.connections.SuppliedConnectionTest
- reconnect(Session) - Method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
- recreateSchema() - Method in class org.hibernate.test.connections.SuppliedConnectionTest
- release(Session) - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Used to release a fixture session 55 .
- release(Session) - Method in class org.hibernate.test.connections.CurrentSessionConnectionTest
- release(Session) - Method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
S
- Silly - class org.hibernate.test.connections.Silly.
- Implementation of Silly.
- Silly() - Constructor for class org.hibernate.test.connections.Silly
- Silly(String) - Constructor for class org.hibernate.test.connections.Silly
- Silly(String, Other) - Constructor for class org.hibernate.test.connections.Silly
- SuppliedConnectionTest - class org.hibernate.test.connections.SuppliedConnectionTest.
- Implementation of SuppliedConnectionTest.
- SuppliedConnectionTest(String) - Constructor for class org.hibernate.test.connections.SuppliedConnectionTest
- setId(Long) - Method in class org.hibernate.test.connections.Other
- setId(Long) - Method in class org.hibernate.test.connections.Silly
- setName(String) - Method in class org.hibernate.test.connections.Other
- setName(String) - Method in class org.hibernate.test.connections.Silly
- setOther(Other) - Method in class org.hibernate.test.connections.Silly
- setUp() - Method in class org.hibernate.test.connections.SuppliedConnectionTest
- suite() - Static method in class org.hibernate.test.connections.AggressiveReleaseTest
- suite() - Static method in class org.hibernate.test.connections.BasicConnectionProviderTest
- suite() - Static method in class org.hibernate.test.connections.ConnectionsSuite
- suite() - Static method in class org.hibernate.test.connections.CurrentSessionConnectionTest
- suite() - Static method in class org.hibernate.test.connections.SuppliedConnectionTest
T
- ThreadLocalCurrentSessionTest - class org.hibernate.test.connections.ThreadLocalCurrentSessionTest.
- ThreadLocalCurrentSessionTest(String) - Constructor for class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
- ThreadLocalCurrentSessionTest.TestableThreadLocalContext - class org.hibernate.test.connections.ThreadLocalCurrentSessionTest.TestableThreadLocalContext.
- ThreadLocalCurrentSessionTest.TestableThreadLocalContext(SessionFactoryImplementor) - Constructor for class org.hibernate.test.connections.ThreadLocalCurrentSessionTest.TestableThreadLocalContext
- tearDown() - Method in class org.hibernate.test.connections.SuppliedConnectionTest
- testBasicSessionUsage() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Test that the basic session usage template works in all environment scenarios.
- testBorrowedConnections() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- testConnectedSerialization() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Tests to validate that a session holding JDBC resources will not be allowed to serialize.
- testConnectionMaintanenceDuringFlush() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- testContextCleanup() - Method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
- testManualDisconnectChain() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Test that the legacy manual disconnect()/reconnect() chain works as expected in the given environment.
- testManualDisconnectWithOpenResources() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Test that the legacy manual disconnect()/reconnect() chain works as expected in the given environment.
- testManualDisconnectedSerialization() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Test that a session which has been manually disconnected will be allowed to serialize.
- testQueryIteration() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- testQueryScrolling() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- testSerializationFailsOnAfterStatementAggressiveReleaseWithOpenResources() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- testSerializationOnAfterStatementAggressiveRelease() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- testSessionClosedProtections() - Method in class org.hibernate.test.connections.ConnectionManagementTestCase
- Test that session-closed protections work properly in all environments.
- testSuppliedConnection() - Method in class org.hibernate.test.connections.AggressiveReleaseTest
- testTransactionProtection() - Method in class org.hibernate.test.connections.ThreadLocalCurrentSessionTest
A B C D G H I M N O P R S T
|
|||||||||
Home >> All >> org >> hibernate >> test >> [ connections overview ] | PREV NEXT |