| 组织ID: |
jpox |
| 项目ID: |
jpox |
| 版本: |
1.0.0 |
| 最后修改时间: |
2019-10-23 13:02:48 |
| 包类型: |
jar |
| 标题: |
JPOX |
| 描述: |
JPOX is a Java Data Objects (JDO) API implementation. The Java Data
Objects (JDO) API is a standard interface-based Java model abstraction
of persistence. |
| 大小: |
886.96KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle引入代码: |
jpox:jpox:1.0.0
|
| 下载Jar包: |
|
| POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>jpox</groupId>
<artifactId>jpox</artifactId>
<name>JPOX</name>
<version>1.0.0</version>
<description>JPOX is a Java Data Objects (JDO) API implementation. The Java Data
Objects (JDO) API is a standard interface-based Java model abstraction
of persistence.</description>
<issueManagement>
<url>http://www.jpox.org/servlet/issuetracker</url>
</issueManagement>
<inceptionYear>2003</inceptionYear>
<mailingLists>
<mailingList>
<name>JPOX CVS Commits List</name>
<subscribe>${pom.artifactId}-commits-subscribe@lists.sourceforge.net</subscribe>
<unsubscribe>${pom.artifactId}-commits-unsubscribe@lists.sourceforge.net</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=34509</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>ebengtso</id>
<name>Erik Bengtson</name>
<email>ebengtso@users.sourceforge.net</email>
<roles>
<role>Project Manager</role>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>andy_jefferson</id>
<name>Andy Jefferson</name>
<email>andy@jpox.org</email>
<organization>AJSoft Limited</organization>
<roles>
<role>Project Manager</role>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>bhaddow</id>
<name>Barry Haddow</name>
<email>bhaddow@users.sourceforge.net</email>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>mburke</id>
<name>Michael Burke</name>
<email>mburke@users.sourceforge.net</email>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>jaredflo</id>
<name>Jared Odulio</name>
<email>jaredflo@users.sourceforge.net</email>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>nlmarco</id>
<name>Marco Schulze</name>
<email>nlmarco@users.sourceforge.net</email>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>grmpf</id>
<name>Niklas Schiffler</name>
<email>grmpf@users.sourceforge.net</email>
<roles>
<role>Developer</role>
</roles>
</developer>
<developer>
<id>marcmenn</id>
<name>Marcus Mennemeier</name>
<email>marcmenn@users.sourceforge.net</email>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Kikuchi Kousuke</name>
<roles>
<role>Contribution of the Enhancer</role>
</roles>
</contributor>
<contributor>
<name>Jim Horner</name>
<roles>
<role>Tester</role>
</roles>
</contributor>
<contributor>
<name>Randy Julian</name>
<roles>
<role>Tester</role>
</roles>
</contributor>
</contributors>
<scm>
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/${pom.artifactId}:JPOX</connection>
<url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/${pom.artifactId}/JPOX/</url>
</scm>
<organization>
<name>Java Persistent Objects JDO</name>
<url>http://www.jpox.org/</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<resources>
<resource>
<directory>${basedir}/src/java</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>${basedir}</directory>
<includes>
<include>README</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>${basedir}/src/test</directory>
<includes>
<include>**/*.jdo*</include>
<include>log4j.lcf</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*TestNothing.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
</dependency>
<dependency>
<groupId>jdo</groupId>
<artifactId>jdo</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>jta</groupId>
<artifactId>jta</artifactId>
<version>1.0.1b</version>
</dependency>
<dependency>
<groupId>jca</groupId>
<artifactId>jca</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>jaas</groupId>
<artifactId>jaas</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>jdbc</groupId>
<artifactId>jdbc-stdext</artifactId>
<version>2.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>ojdbc</groupId>
<artifactId>ojdbc</artifactId>
<version>14</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jpox.cache.CacheListener.class
org.jpox.cache.CacheManager.class
org.jpox.cache.CachePlugin.class
org.jpox.cache.CacheManagerImpl.class
org.jpox.cache.SoftRefCache.class
org.jpox.cache.WeakRefCache.class
org/jpox/cache/Localisation_es.properties
org/jpox/cache/Localisation.properties
org.jpox.util.Localiser.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.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.ClassUtils.class
org.jpox.util.I18nUtils.class
org.jpox.util.JDOEntityResolver.class
org.jpox.util.JDOFactory.class
org.jpox.util.JPOXLogger.class
org.jpox.util.MetaDataUtils$1.class
org.jpox.util.MetaDataUtils$JDOEntityResolver.class
org.jpox.util.MetaDataUtils.class
org.jpox.util.ReadWriteLock$Count.class
org.jpox.util.ReadWriteLock$1.class
org.jpox.util.ReadWriteLock.class
org.jpox.util.ReferenceValueMap$ValueReference.class
org.jpox.util.ReferenceValueMap.class
org.jpox.util.SQLFormat.class
org.jpox.util.SQLWarnings.class
org.jpox.util.SoftValueMap$SoftValueReference.class
org.jpox.util.SoftValueMap.class
org.jpox.util.StringUtils.class
org.jpox.util.WeakValueMap$WeakValueReference.class
org.jpox.util.WeakValueMap.class
org/jpox/util/Localisation.properties
org/jpox/util/Localisation_es.properties
org.jpox.PMFConfiguration.class
org.jpox.store.Dictionary$Naming.class
org.jpox.store.Dictionary$CaseIdentifier.class
org.jpox.store.Dictionary.class
org.jpox.store.StoreManager$1.class
org.jpox.store.StoreManager$2.class
org.jpox.store.StoreManager$MgmtTransaction.class
org.jpox.store.StoreManager$ClassAdder.class
org.jpox.store.StoreManager$NestedSQLException.class
org.jpox.store.StoreManager.class
org.jpox.store.FieldValues.class
org.jpox.store.adapter.DatabaseAdapter.class
org.jpox.store.adapter.AdapterManager.class
org.jpox.store.adapter.BerkeleyDBAdapter.class
org.jpox.store.adapter.CloudscapeAdapter.class
org.jpox.store.adapter.DB2Adapter.class
org.jpox.store.adapter.DB2JAdapter.class
org.jpox.store.adapter.FirebirdAdapter.class
org.jpox.store.adapter.HSQLAdapter.class
org.jpox.store.adapter.InformixAdapter.class
org.jpox.store.adapter.MSSQLServerAdapter.class
org.jpox.store.adapter.McKoiAdapter.class
org.jpox.store.adapter.MySQLAdapter.class
org.jpox.store.adapter.OracleAdapter.class
org.jpox.store.adapter.PointbaseAdapter.class
org.jpox.store.adapter.PostgreSQLAdapter.class
org.jpox.store.adapter.SAPDBAdapter.class
org.jpox.store.adapter.SQLConstants.class
org.jpox.store.adapter.SybaseAdapter.class
org/jpox/store/adapter/Localisation_es.properties
org/jpox/store/adapter/Localisation.properties
org.jpox.store.AutoStartMechanism.class
org.jpox.store.table.JDOTable.class
org.jpox.store.table.Table.class
org.jpox.store.table.SetTable.class
org.jpox.store.table.FieldTable.class
org.jpox.store.table.JDOBaseTable.class
org.jpox.store.table.BaseTable.class
org.jpox.store.table.AbstractTable.class
org.jpox.store.table.SCOTable.class
org.jpox.store.table.MapTable.class
org.jpox.store.table.ListTable.class
org.jpox.store.table.ClassTable.class
org.jpox.store.table.ClassBaseTable$CorrespondentColumnsMapping.class
org.jpox.store.table.ClassBaseTable.class
org.jpox.store.table.View.class
org.jpox.store.table.SchemaTable.class
org.jpox.store.table.ClassView$1.class
org.jpox.store.table.ClassView.class
org.jpox.store.table.JDOView.class
org.jpox.store.table.ColumnCreator$1.class
org.jpox.store.table.ColumnCreator$2.class
org.jpox.store.table.ColumnCreator$ColumnMetaData.class
org.jpox.store.table.ColumnCreator$IdentifierBuilder.class
org.jpox.store.table.ColumnCreator.class
org.jpox.store.table.ProbeTable.class
org.jpox.store.table.SequenceTable.class
org/jpox/store/table/Localisation.properties
org/jpox/store/table/Localisation_es.properties
org.jpox.store.sqlidentifier.SQLIdentifier.class
org.jpox.store.sqlidentifier.TableIdentifier.class
org.jpox.store.sqlidentifier.CandidateKeyIdentifier.class
org.jpox.store.sqlidentifier.ColumnIdentifier.class
org.jpox.store.sqlidentifier.ForeignKeyIdentifier.class
org.jpox.store.sqlidentifier.IdentifierDictionary.class
org.jpox.store.sqlidentifier.IndexIdentifier.class
org.jpox.store.sqlidentifier.InterfaceIdentifier.class
org.jpox.store.sqlidentifier.PrimaryKeyIdentifier.class
org.jpox.store.query.Query$ResultObjectFactory.class
org.jpox.store.query.Query.class
org.jpox.store.query.JDOQLQuery$Compiler$ExpressionSyntaxException.class
org.jpox.store.query.JDOQLQuery$Compiler.class
org.jpox.store.query.JDOQLQuery.class
org.jpox.store.query.Parser.class
org.jpox.store.query.CollectionCandidates.class
org.jpox.store.query.IteratorStatement$AssociationEnd.class
org.jpox.store.query.IteratorStatement.class
org.jpox.store.query.JPOXSQLQuery$1.class
org.jpox.store.query.JPOXSQLQuery.class
org.jpox.store.query.PersistentIDROF$1.class
org.jpox.store.query.PersistentIDROF$2.class
org.jpox.store.query.PersistentIDROF.class
org.jpox.store.query.TransientIDROF$1.class
org.jpox.store.query.TransientIDROF.class
org.jpox.store.request.InsertRequest.class
org.jpox.store.request.Request.class
org.jpox.store.request.FetchRequest.class
org.jpox.store.request.UpdateRequest.class
org.jpox.store.request.DeleteRequest.class
org.jpox.store.fieldmanager.FieldManager.class
org.jpox.store.fieldmanager.AbstractFieldManager.class
org.jpox.store.fieldmanager.ParameterSetter.class
org.jpox.store.fieldmanager.ResultSetGetter.class
org.jpox.store.fieldmanager.SimpleFieldManager.class
org/jpox/store/fieldmanager/Localisation.properties
org.jpox.store.exceptions.NoSuchPersistentFieldException.class
org.jpox.store.exceptions.UnsupportedDataTypeException.class
org.jpox.store.exceptions.ColumnDefinitionException.class
org.jpox.store.exceptions.ClassDefinitionException.class
org.jpox.store.exceptions.DuplicateColumnNameException.class
org.jpox.store.exceptions.IncompatibleDataTypeException.class
org.jpox.store.exceptions.SchemaValidationException.class
org.jpox.store.exceptions.IncompatibleQueryElementTypeException.class
org.jpox.store.exceptions.InvalidMetaDataRelationshipException.class
org.jpox.store.exceptions.IsNotNullableException.class
org.jpox.store.exceptions.IsNullableException.class
org.jpox.store.exceptions.MissingColumnException.class
org.jpox.store.exceptions.MissingForeignKeysException.class
org.jpox.store.exceptions.MissingIndicesException.class
org.jpox.store.exceptions.MissingTableException.class
org.jpox.store.exceptions.NoColumnException.class
org.jpox.store.exceptions.NoExtentException.class
org.jpox.store.exceptions.NotABaseTableException.class
org.jpox.store.exceptions.NotAViewException.class
org.jpox.store.exceptions.NullValueException.class
org.jpox.store.exceptions.PersistentSuperclassNotAllowedException.class
org.jpox.store.exceptions.PrimaryKeyColumnNotAllowedException.class
org.jpox.store.exceptions.TableMismatchException.class
org.jpox.store.exceptions.TooManyForeignKeysException.class
org.jpox.store.exceptions.TooManyIndicesException.class
org.jpox.store.exceptions.UnexpectedColumnException.class
org.jpox.store.exceptions.ViewDefinitionException.class
org.jpox.store.exceptions.ViewNotSupportedException.class
org.jpox.store.exceptions.WrongPrecisionException.class
org.jpox.store.exceptions.WrongPrimaryKeyException.class
org.jpox.store.exceptions.WrongScaleException.class
org/jpox/store/exceptions/Localisation_es.properties
org/jpox/store/exceptions/Localisation.properties
org.jpox.store.typeinfo.TypeInfo.class
org.jpox.store.typeinfo.HSQLTypeInfo.class
org.jpox.store.typeinfo.InformixTypeInfo.class
org.jpox.store.typeinfo.MSSQLTypeInfo.class
org.jpox.store.typeinfo.MySQLTypeInfo.class
org.jpox.store.typeinfo.PostgreSQLTypeInfo.class
org.jpox.store.columninfo.ColumnInfo.class
org.jpox.store.columninfo.DB2ColumnInfo.class
org.jpox.store.columninfo.MSSQLServerColumnInfo.class
org.jpox.store.columninfo.PostgreSQLColumnInfo.class
org.jpox.store.columninfo.SybaseColumnInfo.class
org.jpox.store.foreignkey.ForeignKeyInfo.class
org.jpox.store.foreignkey.ExportedKeyInfo.class
org.jpox.store.foreignkey.PostgreSQLForeignKeyInfo.class
org.jpox.store.mapping.Mapping.class
org.jpox.store.mapping.ColumnMapping.class
org.jpox.store.mapping.MappingCallbacks.class
org.jpox.store.mapping.AbstractListMapping.class
org.jpox.store.mapping.AbstractObjectMapping.class
org.jpox.store.mapping.AbstractSetMapping.class
org.jpox.store.mapping.AppIDObjectIdFieldConsumer.class
org.jpox.store.mapping.ArrayListMapping.class
org.jpox.store.mapping.ListMapping.class
org.jpox.store.mapping.BigDecimalMapping.class
org.jpox.store.mapping.BigIntegerMapping.class
org.jpox.store.mapping.BooleanCharMapping.class
org.jpox.store.mapping.BooleanMapping.class
org.jpox.store.mapping.ByteArrayMapping.class
org.jpox.store.mapping.ByteMapping.class
org.jpox.store.mapping.CharacterMapping.class
org.jpox.store.mapping.CollectionMapping.class
org.jpox.store.mapping.DateCharMapping.class
org.jpox.store.mapping.DateMapping.class
org.jpox.store.mapping.SqlTimestampMapping.class
org.jpox.store.mapping.DoubleMapping.class
org.jpox.store.mapping.FloatMapping.class
org.jpox.store.mapping.HashMapMapping.class
org.jpox.store.mapping.MapMapping.class
org.jpox.store.mapping.HashSetMapping.class
org.jpox.store.mapping.SetMapping.class
org.jpox.store.mapping.HashtableMapping.class
org.jpox.store.mapping.IndexMapping.class
org.jpox.store.mapping.IntegerMapping.class
org.jpox.store.mapping.InterfaceMapping$1.class
org.jpox.store.mapping.InterfaceMapping.class
org.jpox.store.mapping.LinkedListMapping.class
org.jpox.store.mapping.LocaleMapping.class
org.jpox.store.mapping.LongMapping.class
org.jpox.store.mapping.MappingFactory.class
org.jpox.store.mapping.Mappings.class
org.jpox.store.mapping.OIDMapping.class
org.jpox.store.mapping.ObjectMapping.class
org.jpox.store.mapping.OptimisticMapping.class
org.jpox.store.mapping.OracleClobMapping.class
org.jpox.store.mapping.StringMapping.class
org.jpox.store.mapping.OracleObjectMapping.class
org.jpox.store.mapping.OracleStringMapping.class
org.jpox.store.mapping.PersistenceCapableMapping$1.class
org.jpox.store.mapping.PersistenceCapableMapping$2.class
org.jpox.store.mapping.PersistenceCapableMapping$3.class
org.jpox.store.mapping.PersistenceCapableMapping.class
org.jpox.store.mapping.ShortMapping.class
org.jpox.store.mapping.SqlDateCharMapping.class
org.jpox.store.mapping.SqlDateMapping.class
org.jpox.store.mapping.SqlTimeMapping.class
org.jpox.store.mapping.SqlTimestampCharMapping.class
org.jpox.store.mapping.StackMapping.class
org.jpox.store.mapping.TimeZoneMapping.class
org.jpox.store.mapping.VectorMapping.class
org/jpox/store/mapping/Localisation_es.properties
org/jpox/store/mapping/Localisation.properties
org.jpox.store.QueryStatement$Join.class
org.jpox.store.QueryStatement$QueryColumn.class
org.jpox.store.QueryStatement$QueryColumnList.class
org.jpox.store.QueryStatement$1.class
org.jpox.store.QueryStatement.class
org.jpox.store.expression.TableExpression.class
org.jpox.store.expression.StringExpression.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$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.BooleanExpression.class
org.jpox.store.expression.CharacterExpression.class
org.jpox.store.expression.BooleanCharColumnExpression.class
org.jpox.store.expression.ObjectExpression.class
org.jpox.store.expression.BinaryExpression.class
org.jpox.store.expression.BinaryLiteral.class
org.jpox.store.expression.BooleanBitColumnExpression.class
org.jpox.store.expression.BooleanBitColumnLiteral.class
org.jpox.store.expression.BooleanLiteral.class
org.jpox.store.expression.BooleanCharColumnLiteral.class
org.jpox.store.expression.ByteExpression.class
org.jpox.store.expression.ByteLiteral.class
org.jpox.store.expression.CharacterLiteral.class
org.jpox.store.expression.CollectionExpression.class
org.jpox.store.expression.CollectionLiteral.class
org.jpox.store.expression.CollectionSubqueryExpression.class
org.jpox.store.expression.ExistsExpression.class
org.jpox.store.expression.FloatingPointLiteral.class
org.jpox.store.expression.IndexOfExpression.class
org.jpox.store.expression.IntegerLiteral.class
org.jpox.store.expression.InterfaceExpression.class
org.jpox.store.expression.MapExpression.class
org.jpox.store.expression.MapKeyLiteral.class
org.jpox.store.expression.MapValueLiteral.class
org.jpox.store.expression.NullComparisonExpression.class
org.jpox.store.expression.NullLiteral.class
org.jpox.store.expression.OIDRangeTestExpression.class
org.jpox.store.expression.ObjectFieldExpression.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.ShortExpression.class
org.jpox.store.expression.SqlDateLiteral.class
org.jpox.store.expression.SqlTemporalExpression.class
org.jpox.store.expression.SqlTimeLiteral.class
org.jpox.store.expression.SqlTimestampLiteral.class
org.jpox.store.expression.StringLiteral.class
org.jpox.store.expression.SubstringExpression.class
org.jpox.store.expression.TableExprAsJoins.class
org.jpox.store.expression.TableExprAsSubjoins.class
org.jpox.store.expression.TableExprAsSubquery.class
org.jpox.store.expression.UnboundVariable.class
org.jpox.store.Column.class
org.jpox.store.key.PrimaryKey.class
org.jpox.store.key.CandidateKey.class
org.jpox.store.key.Key.class
org.jpox.store.key.ForeignKey.class
org.jpox.store.key.Index.class
org.jpox.store.AutoStartData.class
org.jpox.store.Role.class
org.jpox.store.ColumnList.class
org.jpox.store.StatementExpressionIndex.class
org.jpox.store.StatementText.class
org.jpox.store.extent.Queryable.class
org.jpox.store.extent.ClassBaseTableExtent$1.class
org.jpox.store.extent.ClassBaseTableExtent$2.class
org.jpox.store.extent.ClassBaseTableExtent.class
org.jpox.store.extent.ClassViewExtent.class
org/jpox/store/extent/Localisation_es.properties
org/jpox/store/extent/Localisation.properties
org.jpox.store.scostore.ListStore.class
org.jpox.store.scostore.CollectionStore.class
org.jpox.store.scostore.SetStore.class
org.jpox.store.scostore.MapStore.class
org.jpox.store.scostore.AbstractListStore$JPOXListIterator.class
org.jpox.store.scostore.AbstractListStore.class
org.jpox.store.scostore.AbstractMapStore.class
org.jpox.store.scostore.AbstractSetStore$SetIterator.class
org.jpox.store.scostore.AbstractSetStore.class
org.jpox.store.scostore.InverseListStore$1.class
org.jpox.store.scostore.InverseListStore$2.class
org.jpox.store.scostore.InverseListStore$3.class
org.jpox.store.scostore.InverseListStore.class
org.jpox.store.scostore.InverseMapStore$1.class
org.jpox.store.scostore.InverseMapStore$2.class
org.jpox.store.scostore.InverseMapStore$3.class
org.jpox.store.scostore.InverseMapStore.class
org.jpox.store.scostore.InverseSetStore$1.class
org.jpox.store.scostore.InverseSetStore$2.class
org.jpox.store.scostore.InverseSetStore$3.class
org.jpox.store.scostore.InverseSetStore.class
org.jpox.store.scostore.MapEntrySetStore$SetIterator.class
org.jpox.store.scostore.MapEntrySetStore$EntryImpl.class
org.jpox.store.scostore.MapEntrySetStore.class
org.jpox.store.scostore.MapKeySetStore$1.class
org.jpox.store.scostore.MapKeySetStore$2.class
org.jpox.store.scostore.MapKeySetStore.class
org.jpox.store.scostore.MapValueSetStore$1.class
org.jpox.store.scostore.MapValueSetStore$2.class
org.jpox.store.scostore.MapValueSetStore.class
org.jpox.store.scostore.NormalListStore$1.class
org.jpox.store.scostore.NormalListStore$2.class
org.jpox.store.scostore.NormalListStore.class
org.jpox.store.scostore.NormalMapStore$1.class
org.jpox.store.scostore.NormalMapStore$2.class
org.jpox.store.scostore.NormalMapStore.class
org.jpox.store.scostore.NormalSetStore$1.class
org.jpox.store.scostore.NormalSetStore$2.class
org.jpox.store.scostore.NormalSetStore.class
org/jpox/store/scostore/Localisation_es.properties
org/jpox/store/scostore/Localisation.properties
org.jpox.store.AID.class
org.jpox.store.FetchStatement.class
org.jpox.store.OID.class
org.jpox.store.Oracle99QueryStatement.class
org.jpox.store.OracleQueryStatement.class
org.jpox.store.QueryResult$QueryResultIterator.class
org.jpox.store.QueryResult.class
org.jpox.store.RequestIdentifier$Type.class
org.jpox.store.RequestIdentifier.class
org.jpox.store.SCOID.class
org.jpox.store.SchemaAutoStarter.class
org.jpox.store.SchemaData.class
org.jpox.store.StoreManagerFactory.class
org.jpox.store.StoreManagerHelper.class
org.jpox.store.datatype.BlobImpl.class
org/jpox/store/Dictionary.properties
org/jpox/store/Localisation.properties
org/jpox/store/Localisation_es.properties
org.jpox.AbstractPersistenceManager.class
org.jpox.ClassLoaderResolver.class
org.jpox.PersistenceManager.class
org.jpox.AbstractPersistenceManagerFactory.class
org.jpox.SchemaManager.class
org.jpox.StateManager.class
org.jpox.Transaction.class
org.jpox.model.FieldMetaData.class
org.jpox.model.MetaData.class
org.jpox.model.ColumnOptions.class
org.jpox.model.ClassMetaData$1.class
org.jpox.model.ClassMetaData.class
org.jpox.model.CollectionMetaData$1.class
org.jpox.model.CollectionMetaData.class
org.jpox.model.MapMetaData$1.class
org.jpox.model.MapMetaData$2.class
org.jpox.model.MapMetaData.class
org.jpox.model.ArrayMetaData$1.class
org.jpox.model.ArrayMetaData.class
org.jpox.model.exceptions.XMLMetaDataException.class
org.jpox.model.exceptions.ClassMetaDataMismatchException.class
org.jpox.model.exceptions.ClassMetaDataFlagMismatchException.class
org.jpox.model.exceptions.DuplicateFieldException.class
org/jpox/model/Localisation_es.properties
org/jpox/model/Localisation.properties
org.jpox.sco.SCO.class
org.jpox.sco.exceptions.IncompatibleElementTypeException.class
org.jpox.sco.exceptions.IncompatibleTypeException.class
org.jpox.sco.exceptions.SCOException.class
org.jpox.sco.exceptions.IncompatibleFieldTypeException.class
org.jpox.sco.exceptions.IncompatibleKeyTypeException.class
org.jpox.sco.exceptions.IncompatibleValueTypeException.class
org.jpox.sco.exceptions.NullsNotAllowedException.class
org.jpox.sco.exceptions.QueryUnownedSCOException.class
org.jpox.sco.ArrayList.class
org.jpox.sco.Collection.class
org.jpox.sco.Date.class
org.jpox.sco.HashMap.class
org.jpox.sco.HashSet.class
org.jpox.sco.Hashtable.class
org.jpox.sco.LinkedList.class
org.jpox.sco.List.class
org.jpox.sco.Map.class
org.jpox.sco.Set.class
org.jpox.sco.SqlDate.class
org.jpox.sco.SqlTime.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
log4j-1.2.8.jar
/log4j/log4j/1.2.8
查看log4j所有版本文件
jdo-1.0.1.jar
/jdo/jdo/1.0.1
查看jdo所有版本文件
jta-1.0.1b.jar
/jta/jta/1.0.1b
查看jta所有版本文件
jca-1.0.0.jar
/jca/jca/1.0.0
查看jca所有版本文件
jaas-1.0.1.jar
/jaas/jaas/1.0.1
查看jaas所有版本文件
jdbc-stdext-2.0.jar
/jdbc/jdbc-stdext/2.0
查看jdbc-stdext所有版本文件
ant-1.5.jar
/ant/ant/1.5
查看ant所有版本文件
ojdbc-14.jar
/ojdbc/ojdbc/14
查看ojdbc所有版本文件
commons-dbcp-1.0.jar
/commons-dbcp/commons-dbcp/1.0
查看commons-dbcp所有版本文件
commons-pool-1.0.1.jar
/commons-pool/commons-pool/1.0.1
查看commons-pool所有版本文件
commons-collections-2.1.jar
/commons-collections/commons-collections/2.1
查看commons-collections所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|