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 datanucleus-api-jpa-6.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.datanucleus.api.jpa
├─ org.datanucleus.api.jpa.AbstractJPAGraph.class - [JAR]
├─ org.datanucleus.api.jpa.DataNucleusHelperJPA.class - [JAR]
├─ org.datanucleus.api.jpa.JPAAdapter.class - [JAR]
├─ org.datanucleus.api.jpa.JPAAttributeNode.class - [JAR]
├─ org.datanucleus.api.jpa.JPACallbackHandler.class - [JAR]
├─ org.datanucleus.api.jpa.JPAClassTransformer.class - [JAR]
├─ org.datanucleus.api.jpa.JPADataStoreCache.class - [JAR]
├─ org.datanucleus.api.jpa.JPAEntityGraph.class - [JAR]
├─ org.datanucleus.api.jpa.JPAEntityManager.class - [JAR]
├─ org.datanucleus.api.jpa.JPAEntityManagerFactory.class - [JAR]
├─ org.datanucleus.api.jpa.JPAEntityTransaction.class - [JAR]
├─ org.datanucleus.api.jpa.JPAFetchPlan.class - [JAR]
├─ org.datanucleus.api.jpa.JPAPropertyNames.class - [JAR]
├─ org.datanucleus.api.jpa.JPAPropertyValidator.class - [JAR]
├─ org.datanucleus.api.jpa.JPAQuery.class - [JAR]
├─ org.datanucleus.api.jpa.JPAQueryCache.class - [JAR]
├─ org.datanucleus.api.jpa.JPAQueryParameter.class - [JAR]
├─ org.datanucleus.api.jpa.JPAQueryTuple.class - [JAR]
├─ org.datanucleus.api.jpa.JPAQueryTupleElement.class - [JAR]
├─ org.datanucleus.api.jpa.JPAReplicationManager.class - [JAR]
├─ org.datanucleus.api.jpa.JPAStoredProcedureQuery.class - [JAR]
├─ org.datanucleus.api.jpa.JPASubgraph.class - [JAR]
├─ org.datanucleus.api.jpa.OSGiActivator.class - [JAR]
├─ org.datanucleus.api.jpa.PersistenceProviderImpl.class - [JAR]
├─ org.datanucleus.api.jpa.SingletonEMFException.class - [JAR]
org.datanucleus.api.jpa.criteria
├─ org.datanucleus.api.jpa.criteria.CaseExpressionImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.CoalesceExpression.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.CollectionJoinImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.CompoundSelectionImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.ConcatExpression.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.CriteriaBuilderImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.CriteriaDeleteImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.CriteriaQueryImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.CriteriaUpdateImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.ExpressionImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.FetchImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.FromImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.InPredicate.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.JoinImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.ListJoinImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.LiteralExpression.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.MapJoinImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.OrderImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.ParameterExpressionImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.PathImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.PluralJoinImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.PredicateImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.RootImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.SetJoinImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.SimpleCaseExpressionImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.SubqueryImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.TreatPathImpl.class - [JAR]
├─ org.datanucleus.api.jpa.criteria.TreatRootImpl.class - [JAR]
org.datanucleus.api.jpa.annotations
├─ org.datanucleus.api.jpa.annotations.ColumnPosition.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.ColumnPositionHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.ComparatorClass.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.ComparatorClassHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.CreateTimestamp.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.CreateTimestampHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.CreateUser.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.CreateUserHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.DatastoreId.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.Extension.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.Extensions.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.Index.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.IndexHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.JdbcType.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.JdbcTypeHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.MultiTenant.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.MultiTenantHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.NonDurableId.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.PersistenceAware.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.ReadOnly.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.ReadOnlyHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.SharedRelation.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.SharedRelationHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.SoftDelete.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.SoftDeleteHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.SqlType.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.SqlTypeHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.SurrogateVersion.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.UpdateTimestamp.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.UpdateTimestampHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.UpdateUser.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.UpdateUserHandler.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.ValueGenerator.class - [JAR]
├─ org.datanucleus.api.jpa.annotations.ValueGeneratorHandler.class - [JAR]
org.datanucleus.api.jpa.metamodel
├─ org.datanucleus.api.jpa.metamodel.AttributeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.CollectionAttributeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.EmbeddableTypeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.EntityTypeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.ListAttributeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.ManagedTypeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.MapAttributeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.MappedSuperclassTypeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.MetamodelImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.PluralAttributeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.SetAttributeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.SingularAttributeImpl.class - [JAR]
├─ org.datanucleus.api.jpa.metamodel.TypeImpl.class - [JAR]
org.datanucleus.api.jpa.exceptions
├─ org.datanucleus.api.jpa.exceptions.NoPersistenceUnitException.class - [JAR]
├─ org.datanucleus.api.jpa.exceptions.NoPersistenceXmlException.class - [JAR]
├─ org.datanucleus.api.jpa.exceptions.NotProviderException.class - [JAR]
org.datanucleus.api.jpa.state
├─ org.datanucleus.api.jpa.state.DetachedClean.class - [JAR]
├─ org.datanucleus.api.jpa.state.DetachedDirty.class - [JAR]
├─ org.datanucleus.api.jpa.state.Hollow.class - [JAR]
├─ org.datanucleus.api.jpa.state.LifeCycleStateFactory.class - [JAR]
├─ org.datanucleus.api.jpa.state.PersistentClean.class - [JAR]
├─ org.datanucleus.api.jpa.state.PersistentDeleted.class - [JAR]
├─ org.datanucleus.api.jpa.state.PersistentDirty.class - [JAR]
├─ org.datanucleus.api.jpa.state.PersistentNew.class - [JAR]
├─ org.datanucleus.api.jpa.state.PersistentNewDeleted.class - [JAR]
├─ org.datanucleus.api.jpa.state.PersistentNontransactional.class - [JAR]
├─ org.datanucleus.api.jpa.state.TransientClean.class - [JAR]
├─ org.datanucleus.api.jpa.state.TransientDirty.class - [JAR]
org.datanucleus.api.jpa.metadata
├─ org.datanucleus.api.jpa.metadata.JPAAnnotationReader.class - [JAR]
├─ org.datanucleus.api.jpa.metadata.JPAAnnotationUtils.class - [JAR]
├─ org.datanucleus.api.jpa.metadata.JPAEntityGraphRegistrationListener.class - [JAR]
├─ org.datanucleus.api.jpa.metadata.JPAMetaDataManager.class - [JAR]
├─ org.datanucleus.api.jpa.metadata.JPATypeConverter.class - [JAR]
├─ org.datanucleus.api.jpa.metadata.JPATypeConverterUtils.class - [JAR]
├─ org.datanucleus.api.jpa.metadata.JPAXmlMetaDataHandler.class - [JAR]
├─ org.datanucleus.api.jpa.metadata.JPAXmlMetaDataHelper.class - [JAR]