Subject | Re: Spring setup [was Re: [Firebird-Java] Setting Isolation Level with Hibernate] |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-01-18T20:08:24Z |
> Thanks Roman - I guess I'm asking what's the difference between the 2?No functional difference - they implement different interfaces. And
FBWrappingDataSource "wraps" the FBConnectionPoolDataSource to implement
another interface. Also FBConnectionPoolDataSource implements XADataSource
interface, which allows it to participate in distributed transactions, while
FBWrappingDataSource can't.
Roman