View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-ojb-2.0-rc2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.orm.ojb
├─ org.springframework.orm.ojb.OjbAccessor.class - [JAR]
├─ org.springframework.orm.ojb.OjbFactoryUtils.class - [JAR]
├─ org.springframework.orm.ojb.OjbOperationException.class - [JAR]
├─ org.springframework.orm.ojb.PersistenceBrokerCallback.class - [JAR]
├─ org.springframework.orm.ojb.PersistenceBrokerHolder.class - [JAR]
├─ org.springframework.orm.ojb.PersistenceBrokerOperations.class - [JAR]
├─ org.springframework.orm.ojb.PersistenceBrokerTemplate.class - [JAR]
├─ org.springframework.orm.ojb.PersistenceBrokerTransactionManager.class - [JAR]
org.springframework.orm.ojb.support
├─ org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory.class - [JAR]
├─ org.springframework.orm.ojb.support.LocalOjbConfigurer.class - [JAR]
├─ org.springframework.orm.ojb.support.PersistenceBrokerDaoSupport.class - [JAR]
├─ org.springframework.orm.ojb.support.TransactionAwareDataSourceConnectionFactory.class - [JAR]