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 coherence-hibernate-cache-52-2.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.oracle.coherence.hibernate.cache.region
├─ com.oracle.coherence.hibernate.cache.region.CoherenceCollectionRegion.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.region.CoherenceEntityRegion.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.region.CoherenceGeneralDataRegion.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.region.CoherenceNaturalIdRegion.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.region.CoherenceQueryResultsRegion.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.region.CoherenceRegion.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.region.CoherenceTimestampsRegion.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.region.CoherenceTransactionalDataRegion.class - [JAR]
com.oracle.coherence.hibernate.cache.access
├─ com.oracle.coherence.hibernate.cache.access.CoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.CollectionNonstrictReadWriteCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.CollectionReadOnlyCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.CollectionReadWriteCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.EntityNonstrictReadWriteCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.EntityReadOnlyCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.EntityReadWriteCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.NaturalIdNonstrictReadWriteCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.NaturalIdReadOnlyCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.NaturalIdReadWriteCoherenceRegionAccessStrategy.class - [JAR]
├─ com.oracle.coherence.hibernate.cache.access.ReadWriteCoherenceRegionAccessStrategy.class - [JAR]
com.oracle.coherence.hibernate.cache
├─ com.oracle.coherence.hibernate.cache.CoherenceRegionFactory.class - [JAR]