| 组织ID: |
jpox |
| 项目ID: |
jpox-core |
| 版本: |
1.2.0-beta-5 |
| 最后修改时间: |
2018-09-04 06:23:20 |
| 包类型: |
jar |
| 标题: |
JPOX-Core |
| 描述: |
JPOX is a heterogenous Java persistence solution.
It implements the JDO1, JDO2 and JPA1 specifications of Java persistence. This jar provides core functionality. |
| 大小: |
1.41MB |
|
|
| Maven引入代码: |
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox-core</artifactId>
<version>1.2.0-beta-5</version>
</dependency>
|
| Gradle引入代码: |
jpox:jpox-core:1.2.0-beta-5
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>jpox</groupId>
<artifactId>jpox-core</artifactId>
<name>JPOX-Core</name>
<version>1.2.0-beta-5</version>
<description>JPOX is a heterogenous Java persistence solution.
It implements the JDO1, JDO2 and JPA1 specifications of Java persistence. This jar provides core functionality.</description>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<resources>
<resource>
<directory>${basedir}/src/java</directory>
<includes>
<include>**/plugin.xml</include>
<include>**/*.properties</include>
<include>**/*.dtd</include>
<include>**/*.xsd</include>
<include>**/*.jdo</include>
<include>**/javax.jdo.PersistenceManagerFactory</include>
</includes>
</resource>
<resource>
<directory>${basedir}/../../..</directory>
<includes>
<include>LICENSE.txt</include>
<include>NOTICE.txt</include>
<include>README</include>
</includes>
</resource>
<resource>
<directory>${basedir}</directory>
<includes>
<include>plugin.xml</include>
<include>META-INF/MANIFEST.MF</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>${basedir}/src/test</directory>
<includes>
<include>**/persistence.xml</include>
<include>**/plugin*.xml</include>
<include>**/*.jdo*</include>
<include>**/*.orm*</include>
<include>**/*.xsd</include>
<include>**/*.jdoquery*</include>
<include>**/*.MF</include>
<include>log4j.properties</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
</dependency>
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>transaction-api</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.registry</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.2.0</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
plugin.xml
META-INF/services/javax.jdo.PersistenceManagerFactory
org.jpox.plugin.NonManagedPluginRegistry$1.class
org.jpox.plugin.NonManagedPluginRegistry.class
org.jpox.plugin.PluginRegistry.class
org.jpox.plugin.ExtensionPoint.class
org.jpox.plugin.Bundle$BundleDescription.class
org.jpox.plugin.Bundle$BundleVersion.class
org.jpox.plugin.Bundle$BundleVersionRange.class
org.jpox.plugin.Bundle.class
org.jpox.plugin.ConfigurationElement.class
org.jpox.plugin.Extension.class
org.jpox.plugin.PluginRegistryFactory.class
org.jpox.plugin.PluginManager.class
org.jpox.plugin.PluginParser$Parser.class
org.jpox.plugin.PluginParser.class
org.jpox.plugin.EclipsePluginRegistry.class
org.jpox.util.Localiser.class
org.jpox.util.MacroString$IdentifierMacro.class
org.jpox.util.MacroString$ParameterMacro.class
org.jpox.util.MacroString$MacroHandler.class
org.jpox.util.MacroString.class
org.jpox.util.Imports.class
org.jpox.util.MultiMap$ValueElement.class
org.jpox.util.MultiMap$ValueElementIter.class
org.jpox.util.MultiMap$1.class
org.jpox.util.MultiMap.class
org.jpox.util.MathUtils$SMA.class
org.jpox.util.MathUtils.class
org.jpox.util.AbstractXMLEntityResolver.class
org.jpox.util.ReadWriteLock$Count.class
org.jpox.util.ReadWriteLock$1.class
org.jpox.util.ReadWriteLock.class
org.jpox.util.I18nUtils.class
org.jpox.util.JavaUtils.class
org.jpox.util.SoftValueMap$SoftValueReference.class
org.jpox.util.SoftValueMap.class
org.jpox.util.ReferenceValueMap$ValueReference.class
org.jpox.util.ReferenceValueMap.class
org.jpox.util.IdentityReference.class
org.jpox.util.SQLFormat.class
org.jpox.util.NullLogger.class
org.jpox.util.JPOXLogger.class
org.jpox.util.JDK14Logger.class
org.jpox.util.Log4JLogger.class
org.jpox.util.WeakValueMap$WeakValueReference.class
org.jpox.util.WeakValueMap.class
org.jpox.util.EntityResolverFactory.class
org.jpox.util.CommandLine$Option.class
org.jpox.util.CommandLine$NoArgOption.class
org.jpox.util.CommandLine$WithArgOption.class
org.jpox.util.CommandLine.class
org.jpox.util.ClassUtils$1$1.class
org.jpox.util.ClassUtils$1.class
org.jpox.util.ClassUtils.class
org.jpox.util.StringUtils.class
org.jpox.util.TypeConversionHelper.class
org.jpox.util.ViewUtils.class
org.jpox.ClassLoaderResolver.class
org.jpox.PersistenceConfiguration$StringPropertySetter.class
org.jpox.PersistenceConfiguration$ObjectPropertySetter.class
org.jpox.PersistenceConfiguration$1.class
org.jpox.PersistenceConfiguration$2.class
org.jpox.PersistenceConfiguration$3.class
org.jpox.PersistenceConfiguration$4.class
org.jpox.PersistenceConfiguration$5.class
org.jpox.PersistenceConfiguration$6.class
org.jpox.PersistenceConfiguration$7.class
org.jpox.PersistenceConfiguration$8.class
org.jpox.PersistenceConfiguration$9.class
org.jpox.PersistenceConfiguration$10.class
org.jpox.PersistenceConfiguration$11.class
org.jpox.PersistenceConfiguration$12.class
org.jpox.PersistenceConfiguration$13.class
org.jpox.PersistenceConfiguration$14.class
org.jpox.PersistenceConfiguration$15.class
org.jpox.PersistenceConfiguration$16.class
org.jpox.PersistenceConfiguration$17.class
org.jpox.PersistenceConfiguration$18.class
org.jpox.PersistenceConfiguration$19.class
org.jpox.PersistenceConfiguration$20.class
org.jpox.PersistenceConfiguration$21.class
org.jpox.PersistenceConfiguration$22.class
org.jpox.PersistenceConfiguration$23.class
org.jpox.PersistenceConfiguration$24.class
org.jpox.PersistenceConfiguration$25.class
org.jpox.PersistenceConfiguration$26.class
org.jpox.PersistenceConfiguration$27.class
org.jpox.PersistenceConfiguration$28.class
org.jpox.PersistenceConfiguration$29.class
org.jpox.PersistenceConfiguration$30.class
org.jpox.PersistenceConfiguration$31.class
org.jpox.PersistenceConfiguration$32.class
org.jpox.PersistenceConfiguration$33.class
org.jpox.PersistenceConfiguration$34.class
org.jpox.PersistenceConfiguration$35.class
org.jpox.PersistenceConfiguration$36.class
org.jpox.PersistenceConfiguration$37.class
org.jpox.PersistenceConfiguration$38.class
org.jpox.PersistenceConfiguration$39.class
org.jpox.PersistenceConfiguration$40.class
org.jpox.PersistenceConfiguration$41.class
org.jpox.PersistenceConfiguration$42.class
org.jpox.PersistenceConfiguration$43.class
org.jpox.PersistenceConfiguration$44.class
org.jpox.PersistenceConfiguration$45.class
org.jpox.PersistenceConfiguration$46.class
org.jpox.PersistenceConfiguration$47.class
org.jpox.PersistenceConfiguration$48.class
org.jpox.PersistenceConfiguration$49.class
org.jpox.PersistenceConfiguration$50.class
org.jpox.PersistenceConfiguration$51.class
org.jpox.PersistenceConfiguration$52.class
org.jpox.PersistenceConfiguration$53.class
org.jpox.PersistenceConfiguration$54.class
org.jpox.PersistenceConfiguration$55.class
org.jpox.PersistenceConfiguration$56.class
org.jpox.PersistenceConfiguration$57.class
org.jpox.PersistenceConfiguration$58.class
org.jpox.PersistenceConfiguration$59.class
org.jpox.PersistenceConfiguration$60.class
org.jpox.PersistenceConfiguration$61.class
org.jpox.PersistenceConfiguration$62.class
org.jpox.PersistenceConfiguration$63.class
org.jpox.PersistenceConfiguration$64.class
org.jpox.PersistenceConfiguration$65.class
org.jpox.PersistenceConfiguration$66.class
org.jpox.PersistenceConfiguration$67.class
org.jpox.PersistenceConfiguration$68.class
org.jpox.PersistenceConfiguration$69.class
org.jpox.PersistenceConfiguration$70.class
org.jpox.PersistenceConfiguration$71.class
org.jpox.PersistenceConfiguration$72.class
org.jpox.PersistenceConfiguration$73.class
org.jpox.PersistenceConfiguration$74.class
org.jpox.PersistenceConfiguration$75.class
org.jpox.PersistenceConfiguration$76.class
org.jpox.PersistenceConfiguration$77.class
org.jpox.PersistenceConfiguration$78.class
org.jpox.PersistenceConfiguration$79.class
org.jpox.PersistenceConfiguration$80.class
org.jpox.PersistenceConfiguration$81.class
org.jpox.PersistenceConfiguration$82.class
org.jpox.PersistenceConfiguration$83.class
org.jpox.PersistenceConfiguration$84.class
org.jpox.PersistenceConfiguration$85.class
org.jpox.PersistenceConfiguration$86.class
org.jpox.PersistenceConfiguration$87.class
org.jpox.PersistenceConfiguration$88.class
org.jpox.PersistenceConfiguration$89.class
org.jpox.PersistenceConfiguration$90.class
org.jpox.PersistenceConfiguration$91.class
org.jpox.PersistenceConfiguration$92.class
org.jpox.PersistenceConfiguration$93.class
org.jpox.PersistenceConfiguration$94.class
org.jpox.PersistenceConfiguration$95.class
org.jpox.PersistenceConfiguration$96.class
org.jpox.PersistenceConfiguration$97.class
org.jpox.PersistenceConfiguration$98.class
org.jpox.PersistenceConfiguration$99.class
org.jpox.PersistenceConfiguration$100.class
org.jpox.PersistenceConfiguration$101.class
org.jpox.PersistenceConfiguration$102.class
org.jpox.PersistenceConfiguration$103.class
org.jpox.PersistenceConfiguration$104.class
org.jpox.PersistenceConfiguration$105.class
org.jpox.PersistenceConfiguration$106.class
org.jpox.PersistenceConfiguration$107.class
org.jpox.PersistenceConfiguration$108.class
org.jpox.PersistenceConfiguration$109.class
org.jpox.PersistenceConfiguration$110.class
org.jpox.PersistenceConfiguration$111.class
org.jpox.PersistenceConfiguration$112.class
org.jpox.PersistenceConfiguration$113.class
org.jpox.PersistenceConfiguration.class
org.jpox.exceptions.ClassNotResolvedException.class
org.jpox.exceptions.JPOXException.class
org.jpox.exceptions.JPOXUserException.class
org.jpox.exceptions.JPOXUnsupportedOptionException.class
org.jpox.exceptions.TransactionActiveOnBeginException.class
org.jpox.exceptions.ClassNotDetachableException.class
org.jpox.exceptions.JPOXObjectNotFoundException.class
org.jpox.exceptions.ClassNotPersistableException.class
org.jpox.exceptions.JPOXOptimisticException.class
org.jpox.exceptions.NoPersistenceInformationException.class
org.jpox.exceptions.JPOXDataStoreException.class
org.jpox.exceptions.ObjectDetachedException.class
org.jpox.exceptions.UnsupportedConnectionFactoryException.class
org.jpox.exceptions.TransactionNotActiveException.class
org.jpox.exceptions.TransactionActiveOnCloseException.class
org.jpox.exceptions.ConnectionFactoryNotFoundException.class
org.jpox.exceptions.RollbackStateTransitionException.class
org.jpox.cache.HardRefCache.class
org.jpox.cache.Level1Cache.class
org.jpox.cache.DefaultLevel2Cache.class
org.jpox.cache.Level2Cache$PinnedClass.class
org.jpox.cache.Level2Cache.class
org.jpox.cache.CachedPC.class
org.jpox.cache.NullLevel2Cache.class
org.jpox.cache.WeakRefCache.class
org.jpox.cache.SoftLevel2Cache.class
org.jpox.cache.SoftRefCache.class
org.jpox.metadata.annotations.AnnotationManager.class
org.jpox.metadata.PackageMetaData.class
org.jpox.metadata.MetaData.class
org.jpox.metadata.AbstractClassMetaData$1.class
org.jpox.metadata.AbstractClassMetaData.class
org.jpox.metadata.FileMetaData.class
org.jpox.metadata.InterfaceMetaData.class
org.jpox.metadata.ClassMetaData.class
org.jpox.metadata.SequenceMetaData.class
org.jpox.metadata.TableGeneratorMetaData.class
org.jpox.metadata.ExtensionMetaData.class
org.jpox.metadata.IdentityType.class
org.jpox.metadata.ClassPersistenceModifier.class
org.jpox.metadata.VersionMetaData.class
org.jpox.metadata.IdentityMetaData.class
org.jpox.metadata.ColumnMetaDataContainer.class
org.jpox.metadata.InheritanceMetaData.class
org.jpox.metadata.PrimaryKeyMetaData.class
org.jpox.metadata.FetchGroupMetaData.class
org.jpox.metadata.JoinMetaData.class
org.jpox.metadata.IndexMetaData.class
org.jpox.metadata.AbstractConstraintMetaData.class
org.jpox.metadata.ForeignKeyMetaData.class
org.jpox.metadata.UniqueMetaData.class
org.jpox.metadata.AbstractMemberMetaData.class
org.jpox.metadata.DiscriminatorStrategy.class
org.jpox.metadata.QueryMetaData.class
org.jpox.metadata.QueryResultMetaData$PersistentTypeMapping.class
org.jpox.metadata.QueryResultMetaData.class
org.jpox.metadata.DiscriminatorMetaData.class
org.jpox.metadata.MetaDataManager$InterfaceClassComparator.class
org.jpox.metadata.MetaDataManager$MetaDataRegisterClassListener.class
org.jpox.metadata.MetaDataManager$1.class
org.jpox.metadata.MetaDataManager.class
org.jpox.metadata.ColumnMetaData.class
org.jpox.metadata.EventListenerMetaData.class
org.jpox.metadata.ImplementsMetaData.class
org.jpox.metadata.SequenceStrategy.class
org.jpox.metadata.VersionStrategy.class
org.jpox.metadata.IndexedValue.class
org.jpox.metadata.IdentityStrategy.class
org.jpox.metadata.InheritanceStrategy.class
org.jpox.metadata.ForeignKeyAction.class
org.jpox.metadata.ContainerMetaData.class
org.jpox.metadata.EmbeddedMetaData.class
org.jpox.metadata.ElementMetaData.class
org.jpox.metadata.AbstractElementMetaData.class
org.jpox.metadata.KeyMetaData.class
org.jpox.metadata.ValueMetaData.class
org.jpox.metadata.OrderMetaData$FieldOrder.class
org.jpox.metadata.OrderMetaData.class
org.jpox.metadata.NullValue.class
org.jpox.metadata.FieldPersistenceModifier.class
org.jpox.metadata.ArrayMetaData.class
org.jpox.metadata.CollectionMetaData.class
org.jpox.metadata.MapMetaData.class
org.jpox.metadata.QueryLanguage.class
org.jpox.metadata.xml.MetaDataParser.class
org.jpox.metadata.xml.AbstractMetaDataHandler.class
org.jpox.metadata.xml.PersistenceFileMetaDataHandler.class
org.jpox.metadata.xml.JPAEntityResolver.class
org.jpox.metadata.xml.JDOEntityResolver.class
org.jpox.metadata.xml.JDOMetaDataHandler.class
org.jpox.metadata.MetaDataFactory.class
org.jpox.metadata.PersistenceUnitMetaData.class
org.jpox.metadata.PersistenceFileMetaData.class
org.jpox.metadata.PropertyMetaData.class
org.jpox.metadata.ContainerComponent.class
org.jpox.metadata.FieldMetaData.class
org.jpox.metadata.TransactionType.class
org.jpox.metadata.InvalidAnnotationException.class
org.jpox.metadata.JDOMetaDataManager.class
org.jpox.metadata.PersistenceFlags.class
org.jpox.metadata.MetaDataUtils.class
org.jpox.metadata.Relation.class
org.jpox.metadata.MetaDataMerger.class
org.jpox.metadata.InvalidPrimaryKeyException.class
org.jpox.metadata.InvalidMetaDataException.class
org.jpox.metadata.DefaultMetaDataFactory.class
org/jpox/metadata/Localisation_es.properties
org/jpox/metadata/Localisation.properties
org.jpox.ObjectManager$ObjectManagerListener.class
org.jpox.ObjectManager.class
org.jpox.OMFContext.class
org.jpox.api.ApiAdapter.class
org.jpox.api.ApiAdapterFactory.class
org.jpox.api.JPAAdapter.class
org.jpox.api.JDOAdapter.class
org.jpox.ImplementationCreator.class
org.jpox.store.StoreManager.class
org.jpox.store.query.QueryManager.class
org.jpox.store.query.Query.class
org.jpox.store.query.StatementText$Parameter.class
org.jpox.store.query.StatementText.class
org.jpox.store.query.ResultObjectFactory.class
org.jpox.store.query.Queryable.class
org.jpox.store.query.Evaluator.class
org.jpox.store.query.QueryResult.class
org.jpox.store.query.AbstractIteratorStatement.class
org.jpox.store.query.CollectionCandidates.class
org.jpox.store.query.JPQLSingleStringParser$Compiler.class
org.jpox.store.query.JPQLSingleStringParser$Parser.class
org.jpox.store.query.JPQLSingleStringParser.class
org.jpox.store.query.AbstractJPQLQuery$ExecutedCompileCache.class
org.jpox.store.query.AbstractJPQLQuery.class
org.jpox.store.query.JDOQLResultSetMetaData.class
org.jpox.store.query.JDOQLSingleStringParser$Compiler.class
org.jpox.store.query.JDOQLSingleStringParser$Parser.class
org.jpox.store.query.JDOQLSingleStringParser.class
org.jpox.store.query.AbstractJDOQLQuery$ExecutedCompileCache.class
org.jpox.store.query.AbstractJDOQLQuery.class
org.jpox.store.query.JPOXQueryInvalidParametersException.class
org.jpox.store.query.JPQLParser.class
org.jpox.store.query.Parser.class
org.jpox.store.query.QueryUtils.class
org.jpox.store.FieldValues.class
org.jpox.store.Extent.class
org.jpox.store.DatastoreAdapter.class
org.jpox.store.expression.ExpressionConversionAdapter.class
org.jpox.store.expression.ExpressionOperatorAdapter.class
org.jpox.store.expression.ExpressionMethodAdapter.class
org.jpox.store.expression.ExpressionSupportedFeaturesAdapter.class
org.jpox.store.expression.ExpressionPatternAdapter.class
org.jpox.store.expression.ExpressionLogicSetAdapter.class
org.jpox.store.expression.QueryExpression.class
org.jpox.store.expression.ScalarExpression$Operator.class
org.jpox.store.expression.ScalarExpression$MonadicOperator.class
org.jpox.store.expression.ScalarExpression$DyadicOperator.class
org.jpox.store.expression.ScalarExpression$ExpressionList.class
org.jpox.store.expression.ScalarExpression$FieldExpression.class
org.jpox.store.expression.ScalarExpression$IllegalArgumentTypeException.class
org.jpox.store.expression.ScalarExpression$MethodInvocationException.class
org.jpox.store.expression.ScalarExpression$IllegalOperationException.class
org.jpox.store.expression.ScalarExpression.class
org.jpox.store.expression.NumericExpression.class
org.jpox.store.expression.CharacterExpression.class
org.jpox.store.expression.StringExpression.class
org.jpox.store.expression.StringLiteral.class
org.jpox.store.expression.Literal.class
org.jpox.store.expression.BooleanExpression.class
org.jpox.store.expression.SqlTemporalExpression.class
org.jpox.store.expression.LogicSetExpression.class
org.jpox.store.expression.ExistsExpression.class
org.jpox.store.expression.NewObjectExpression.class
org.jpox.store.expression.SqlTimestampLiteral.class
org.jpox.store.expression.BinaryLiteral.class
org.jpox.store.expression.BinaryExpression.class
org.jpox.store.expression.CollectionLiteral.class
org.jpox.store.expression.BooleanCharColumnLiteral.class
org.jpox.store.expression.BooleanLiteral.class
org.jpox.store.expression.BooleanBitColumnLiteral.class
org.jpox.store.expression.CollectionSubqueryExpression.class
org.jpox.store.expression.BooleanBitColumnExpression.class
org.jpox.store.expression.ByteExpression.class
org.jpox.store.expression.MetaDataStringLiteral.class
org.jpox.store.expression.ClassExpression.class
org.jpox.store.expression.NullComparisonExpression.class
org.jpox.store.expression.NullLiteral.class
org.jpox.store.expression.MapValueLiteral.class
org.jpox.store.expression.FloatingPointLiteral.class
org.jpox.store.expression.MapLiteral.class
org.jpox.store.expression.MapKeyLiteral.class
org.jpox.store.expression.SqlTimeLiteral.class
org.jpox.store.expression.SubstringExpression.class
org.jpox.store.expression.ConcatOperatorExpression.class
org.jpox.store.expression.AggregateExpression.class
org.jpox.store.expression.CharacterLiteral.class
org.jpox.store.expression.MathExpression.class
org.jpox.store.expression.IntegerLiteral.class
org.jpox.store.expression.SqlDateLiteral.class
org.jpox.store.expression.TableExprAsSubquery.class
org.jpox.store.expression.CollectionExpression.class
org.jpox.store.expression.BooleanCharColumnExpression.class
org.jpox.store.expression.TableExprAsJoins.class
org.jpox.store.expression.ReferenceExpression.class
org.jpox.store.expression.JoinExpression.class
org.jpox.store.expression.ByteLiteral.class
org.jpox.store.expression.UnboundVariable$VariableBinder.class
org.jpox.store.expression.UnboundVariable.class
org.jpox.store.expression.ObjectLiteral$Index.class
org.jpox.store.expression.ObjectLiteral$1.class
org.jpox.store.expression.ObjectLiteral$2.class
org.jpox.store.expression.ObjectLiteral.class
org.jpox.store.expression.ObjectExpression.class
org.jpox.store.expression.TableExprAsSubjoins.class
org.jpox.store.expression.MatchExpressionParser.class
org.jpox.store.expression.ArrayLiteral.class
org.jpox.store.expression.ArrayExpression.class
org.jpox.store.expression.JDOHelperExpression.class
org.jpox.store.expression.ContainerSizeExpression.class
org.jpox.store.expression.MapExpression.class
org.jpox.store.AutoStartMechanism.class
org.jpox.store.poid.PoidManager.class
org.jpox.store.poid.PoidGenerator.class
org.jpox.store.poid.PoidConnectionProvider.class
org.jpox.store.poid.UUIDStringPoidGenerator.class
org.jpox.store.poid.AbstractUUIDPoidGenerator.class
org.jpox.store.poid.AbstractUIDPoidGenerator.class
org.jpox.store.poid.AbstractPoidGenerator.class
org.jpox.store.poid.PoidBlock.class
org.jpox.store.poid.Poid.class
org.jpox.store.poid.AUID$State.class
org.jpox.store.poid.AUID$1.class
org.jpox.store.poid.AUID.class
org.jpox.store.poid.AUIDPoidGenerator.class
org.jpox.store.poid.PoidException.class
org.jpox.store.poid.AbstractDatastorePoidGenerator.class
org.jpox.store.poid.UUIDHexPoidGenerator.class
org.jpox.store.IdentifierFactory.class
org.jpox.store.StoreDataManager.class
org.jpox.store.JPOXSequence.class
org.jpox.store.JPOXConnection.class
org.jpox.store.StoreData.class
org.jpox.store.exceptions.DatastoreInitialisationException.class
org.jpox.store.exceptions.UnsupportedDataTypeException.class
org.jpox.store.exceptions.NoSuchPersistentFieldException.class
org.jpox.store.exceptions.ReachableObjectNotCascadedException.class
org.jpox.store.exceptions.NotYetFlushedException.class
org.jpox.store.exceptions.NoDatastoreMappingException.class
org.jpox.store.exceptions.DatastorePermissionException.class
org.jpox.store.exceptions.NoTableManagedException.class
org.jpox.store.exceptions.DatastoreValidationException.class
org.jpox.store.exceptions.DatastoreFieldDefinitionException.class
org.jpox.store.exceptions.NoExtentException.class
org.jpox.store.exceptions.NullValueException.class
org.jpox.store.exceptions.IncompatibleQueryElementTypeException.class
org.jpox.store.exceptions.TableMismatchException.class
org.jpox.store.exceptions.QueryNotUniqueException.class
org.jpox.store.exceptions.ClassDefinitionException.class
org.jpox.store.DatastoreClass.class
org.jpox.store.DatastoreContainerObject.class
org.jpox.store.DatastoreObject.class
org.jpox.store.DatastoreIdentifier.class
org.jpox.store.fieldmanager.FieldManager.class
org.jpox.store.fieldmanager.FieldConsumer.class
org.jpox.store.fieldmanager.FieldSupplier.class
org.jpox.store.fieldmanager.AbstractFetchFieldManager$EndOfFetchPlanGraphException.class
org.jpox.store.fieldmanager.AbstractFetchFieldManager.class
org.jpox.store.fieldmanager.AbstractFieldManager.class
org.jpox.store.fieldmanager.SingleTypeFieldManager.class
org.jpox.store.fieldmanager.ReachabilityFieldManager.class
org.jpox.store.fieldmanager.DeleteFieldManager.class
org.jpox.store.fieldmanager.AttachFieldManager.class
org.jpox.store.fieldmanager.MakeTransientFieldManager.class
org.jpox.store.fieldmanager.SingleValueFieldManager.class
org.jpox.store.fieldmanager.LoadFieldManager.class
org.jpox.store.fieldmanager.NullifyRelationFieldManager.class
org.jpox.store.fieldmanager.DetachFieldManager.class
org.jpox.store.fieldmanager.PersistFieldManager.class
org.jpox.store.mapping.JavaTypeMapping.class
org.jpox.store.mapping.MappingManager.class
org.jpox.store.mapping.MappingConsumer.class
org.jpox.store.mapping.DatastoreMapping.class
org.jpox.store.mapping.EmbeddedPCMapping.class
org.jpox.store.mapping.EmbeddedMapping.class
org.jpox.store.mapping.SingleFieldMapping.class
org.jpox.store.mapping.SimpleDatastoreRepresentation.class
org.jpox.store.mapping.MappingCallbacks.class
org.jpox.store.mapping.SerialisedMapping.class
org.jpox.store.mapping.Rectangle2dDoubleMapping.class
org.jpox.store.mapping.SingleFieldMultiMapping.class
org.jpox.store.mapping.VersionMapping.class
org.jpox.store.mapping.EmbeddedElementPCMapping.class
org.jpox.store.mapping.PolygonMapping.class
org.jpox.store.mapping.TimeZoneMapping.class
org.jpox.store.mapping.ObjectAsStringMapping.class
org.jpox.store.mapping.CharacterMapping.class
org.jpox.store.mapping.SqlDateMapping.class
org.jpox.store.mapping.ReferenceMapping.class
org.jpox.store.mapping.MultiMapping.class
org.jpox.store.mapping.InterfaceMapping.class
org.jpox.store.mapping.StringBufferMapping.class
org.jpox.store.mapping.StringMapping.class
org.jpox.store.mapping.Mappings.class
org.jpox.store.mapping.Point2dFloatMapping.class
org.jpox.store.mapping.FloatMapping.class
org.jpox.store.mapping.CubicCurve2dFloatMapping.class
org.jpox.store.mapping.IndexMapping.class
org.jpox.store.mapping.DiscriminatorMapping.class
org.jpox.store.mapping.ObjectAsIntegerMapping.class
org.jpox.store.mapping.CubicCurve2dDoubleMapping.class
org.jpox.store.mapping.ArrayMapping.class
org.jpox.store.mapping.AbstractContainerMapping.class
org.jpox.store.mapping.Ellipse2dDoubleMapping.class
org.jpox.store.mapping.QuadCurve2dDoubleMapping.class
org.jpox.store.mapping.SerialisedElementPCMapping.class
org.jpox.store.mapping.SerialisedPCMapping.class
org.jpox.store.mapping.SqlTimestampMapping.class
org.jpox.store.mapping.BitSetMapping.class
org.jpox.store.mapping.PersistenceCapableMapping$1.class
org.jpox.store.mapping.PersistenceCapableMapping.class
org.jpox.store.mapping.OIDMapping.class
org.jpox.store.mapping.RoundRectangle2dDoubleMapping.class
org.jpox.store.mapping.URIMapping.class
org.jpox.store.mapping.URLMapping.class
org.jpox.store.mapping.Line2dFloatMapping.class
org.jpox.store.mapping.SerialisedValuePCMapping.class
org.jpox.store.mapping.AppIDObjectIdFieldConsumer.class
org.jpox.store.mapping.UUIDMapping.class
org.jpox.store.mapping.MappingFactory.class
org.jpox.store.mapping.GregorianCalendarMapping.class
org.jpox.store.mapping.Ellipse2dFloatMapping.class
org.jpox.store.mapping.MapMapping.class
org.jpox.store.mapping.ColorMapping.class
org.jpox.store.mapping.SqlTimeMapping.class
org.jpox.store.mapping.BooleanMapping.class
org.jpox.store.mapping.BigIntegerMapping.class
org.jpox.store.mapping.BigDecimalMapping.class
org.jpox.store.mapping.Rectangle2dFloatMapping.class
org.jpox.store.mapping.SqlDateCharMapping.class
org.jpox.store.mapping.IntegerMapping.class
org.jpox.store.mapping.AbstractMappingManager$TypeMapping.class
org.jpox.store.mapping.AbstractMappingManager.class
org.jpox.store.mapping.LongMapping.class
org.jpox.store.mapping.ShortMapping.class
org.jpox.store.mapping.SubclassPCMapping.class
org.jpox.store.mapping.ByteMapping.class
org.jpox.store.mapping.ObjectMapping.class
org.jpox.store.mapping.Line2dDoubleMapping.class
org.jpox.store.mapping.EmbeddedValuePCMapping.class
org.jpox.store.mapping.NullMapping.class
org.jpox.store.mapping.CorrespondentColumnsMapper.class
org.jpox.store.mapping.SqlTimestampCharMapping.class
org.jpox.store.mapping.BufferedImageMapping.class
org.jpox.store.mapping.EmbeddedKeyPCMapping.class
org.jpox.store.mapping.Arc2dDoubleMapping.class
org.jpox.store.mapping.NumberMapping.class
org.jpox.store.mapping.RoundRectangle2dFloatMapping.class
org.jpox.store.mapping.PointMapping.class
org.jpox.store.mapping.CurrencyMapping.class
org.jpox.store.mapping.CollectionMapping.class
org.jpox.store.mapping.LocaleMapping.class
org.jpox.store.mapping.SerialisedReferenceMapping.class
org.jpox.store.mapping.RectangleMapping.class
org.jpox.store.mapping.ObjectIdClassMapping.class
org.jpox.store.mapping.Point2dDoubleMapping.class
org.jpox.store.mapping.ObjectAsLongMapping.class
org.jpox.store.mapping.DoubleMapping.class
org.jpox.store.mapping.QuadCurve2dFloatMapping.class
org.jpox.store.mapping.DateMapping.class
org.jpox.store.mapping.DatastoreMappingFactory.class
org.jpox.store.mapping.SerialisedKeyPCMapping.class
org.jpox.store.mapping.Arc2dFloatMapping.class
org.jpox.store.TableStoreData.class
org.jpox.store.DatastoreField.class
org.jpox.store.MappedStoreManager.class
org.jpox.store.scostore.CollectionStore.class
org.jpox.store.scostore.Store.class
org.jpox.store.scostore.MapStore.class
org.jpox.store.scostore.ArrayStore.class
org.jpox.store.scostore.SetStore.class
org.jpox.store.scostore.ListStore.class
org.jpox.store.FetchStatement.class
org.jpox.store.StatementExpressionIndex.class
org.jpox.store.AbstractAutoStartMechanism.class
org.jpox.store.SCOID.class
org.jpox.store.DatastoreCollection.class
org.jpox.store.DatastoreElementContainer.class
org.jpox.store.DatastoreContainer.class
org.jpox.store.AbstractDatastoreAdapter.class
org.jpox.store.XMLAutoStarterEntityResolver.class
org.jpox.store.StoreManagerFactory.class
org.jpox.store.SecondaryDatastoreClass.class
org.jpox.store.DatastoreMap.class
org.jpox.store.DatastoreArray.class
org.jpox.store.AbstractExtent.class
org.jpox.store.ClassesAutoStarter.class
org.jpox.store.AbstractIdentifierFactory.class
org.jpox.store.XMLAutoStarter.class
org/jpox/store/Localisation_es.properties
org/jpox/store/Localisation.properties
org.jpox.transaction.TransactionManager.class
org.jpox.transaction.Transaction.class
org.jpox.transaction.RollbackException.class
org.jpox.transaction.JPOXTransactionException.class
org.jpox.transaction.HeuristicMixedException.class
org.jpox.transaction.HeuristicRollbackException.class
org.jpox.transaction.Status.class
org.jpox.transaction.TransactionUtils.class
org.jpox.transaction.XidImpl.class
org.jpox.management.ManagementManager.class
org.jpox.management.runtime.StoreManagerRuntime.class
org.jpox.management.runtime.StoreManagerRuntimeMBean.class
org.jpox.management.runtime.TransactionRuntime.class
org.jpox.management.runtime.TransactionRuntimeMBean.class
org.jpox.management.runtime.QueryRuntime.class
org.jpox.management.runtime.QueryRuntimeMBean.class
org.jpox.management.runtime.ConnectionManagerRuntimeMBean.class
org.jpox.management.runtime.ConnectionManagerRuntime.class
org.jpox.management.ManagementServer.class
org.jpox.TypeManager$JPOXType.class
org.jpox.TypeManager.class
org.jpox.ConnectionFactoryRegistry.class
org.jpox.ConnectionManager.class
org.jpox.Transaction.class
org.jpox.FetchPlan$FetchPlanForClass.class
org.jpox.FetchPlan.class
org.jpox.state.CallbackHandler.class
org.jpox.state.FetchPlanState.class
org.jpox.state.LifeCycleState.class
org.jpox.state.ActivityState.class
org.jpox.state.RelationshipManager$RelationChange.class
org.jpox.state.RelationshipManager.class
org.jpox.state.jpa.PersistentNewDeleted.class
org.jpox.state.jpa.PersistentClean.class
org.jpox.state.jpa.TransientDirty.class
org.jpox.state.jpa.DetachedClean.class
org.jpox.state.jpa.Hollow.class
org.jpox.state.jpa.PersistentDeleted.class
org.jpox.state.jpa.LifeCycleStateFactory.class
org.jpox.state.jpa.PersistentNew.class
org.jpox.state.jpa.TransientClean.class
org.jpox.state.jpa.PersistentDirty.class
org.jpox.state.jpa.DetachedDirty.class
org.jpox.state.jpa.PersistentNontransactional.class
org.jpox.state.jdo.PersistentNewDeleted.class
org.jpox.state.jdo.PersistentClean.class
org.jpox.state.jdo.TransientDirty.class
org.jpox.state.jdo.DetachedClean.class
org.jpox.state.jdo.Hollow.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
log4j-1.2.8.jar
/log4j/log4j/1.2.8
查看log4j所有版本文件
jdo2-api-2.1-SNAPSHOT.jar
/javax.jdo/jdo2-api/2.1-SNAPSHOT
查看jdo2-api所有版本文件
persistence-api-1.0.jar
/javax.persistence/persistence-api/1.0
查看persistence-api所有版本文件
transaction-api-1.1.jar
/javax.transaction/transaction-api/1.1
查看transaction-api所有版本文件
ant-1.6.jar
/ant/ant/1.6
查看ant所有版本文件
org.eclipse.equinox.registry-3.2.0.jar
/org.eclipse/org.eclipse.equinox.registry/3.2.0
查看org.eclipse.equinox.registry所有版本文件
org.eclipse.equinox.common-3.2.0.jar
/org.eclipse/org.eclipse.equinox.common/3.2.0
查看org.eclipse.equinox.common所有版本文件
org.eclipse.core.runtime-3.2.0.jar
/org.eclipse/org.eclipse.core.runtime/3.2.0
查看org.eclipse.core.runtime所有版本文件
org.eclipse.osgi-3.2.0.jar
/org.eclipse/org.eclipse.osgi/3.2.0
查看org.eclipse.osgi所有版本文件
|