jar

jpox : jpox

Maven & Gradle

Apr 21, 2008
50 usages

JPOX Core

Table Of Contents

Latest Version

Download jpox : jpox JAR file - Latest Versions:

All Versions

Download jpox : jpox JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jpox-1.1.9-1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jpox.metadata

├─ org.jpox.metadata.AbstractClassMetaData.class - [JAR]

├─ org.jpox.metadata.AbstractElementMetaData.class - [JAR]

├─ org.jpox.metadata.ArrayMetaData.class - [JAR]

├─ org.jpox.metadata.ClassMetaData.class - [JAR]

├─ org.jpox.metadata.ClassPersistenceModifier.class - [JAR]

├─ org.jpox.metadata.CollectionMetaData.class - [JAR]

├─ org.jpox.metadata.ColumnMetaData.class - [JAR]

├─ org.jpox.metadata.ColumnMetaDataContainer.class - [JAR]

├─ org.jpox.metadata.ContainerMetaData.class - [JAR]

├─ org.jpox.metadata.DiscriminatorMetaData.class - [JAR]

├─ org.jpox.metadata.DiscriminatorStrategy.class - [JAR]

├─ org.jpox.metadata.ElementMetaData.class - [JAR]

├─ org.jpox.metadata.EmbeddedMetaData.class - [JAR]

├─ org.jpox.metadata.ExtendableMetaData.class - [JAR]

├─ org.jpox.metadata.ExtensionMetaData.class - [JAR]

├─ org.jpox.metadata.FetchGroupMetaData.class - [JAR]

├─ org.jpox.metadata.FieldMetaData.class - [JAR]

├─ org.jpox.metadata.FieldPersistenceModifier.class - [JAR]

├─ org.jpox.metadata.FileMetaData.class - [JAR]

├─ org.jpox.metadata.ForeignKeyAction.class - [JAR]

├─ org.jpox.metadata.ForeignKeyDeleteAction.class - [JAR]

├─ org.jpox.metadata.ForeignKeyMetaData.class - [JAR]

├─ org.jpox.metadata.ForeignKeyUpdateAction.class - [JAR]

├─ org.jpox.metadata.IdentityMetaData.class - [JAR]

├─ org.jpox.metadata.IdentityStrategy.class - [JAR]

├─ org.jpox.metadata.IdentityType.class - [JAR]

├─ org.jpox.metadata.ImplementsMetaData.class - [JAR]

├─ org.jpox.metadata.IndexMetaData.class - [JAR]

├─ org.jpox.metadata.IndexedValue.class - [JAR]

├─ org.jpox.metadata.InheritanceMetaData.class - [JAR]

├─ org.jpox.metadata.InheritanceStrategy.class - [JAR]

├─ org.jpox.metadata.InterfaceMetaData.class - [JAR]

├─ org.jpox.metadata.InvalidMetaDataException.class - [JAR]

├─ org.jpox.metadata.InvalidPrimaryKeyException.class - [JAR]

├─ org.jpox.metadata.JDOEntityResolver.class - [JAR]

├─ org.jpox.metadata.JoinMetaData.class - [JAR]

├─ org.jpox.metadata.KeyMetaData.class - [JAR]

├─ org.jpox.metadata.MapMetaData.class - [JAR]

├─ org.jpox.metadata.MetaData.class - [JAR]

├─ org.jpox.metadata.MetaDataManager.class - [JAR]

├─ org.jpox.metadata.MetaDataMigrator.class - [JAR]

├─ org.jpox.metadata.MetaDataParser.class - [JAR]

├─ org.jpox.metadata.MetaDataUtils.class - [JAR]

├─ org.jpox.metadata.NullValue.class - [JAR]

├─ org.jpox.metadata.OrderMetaData.class - [JAR]

├─ org.jpox.metadata.PackageMetaData.class - [JAR]

├─ org.jpox.metadata.PrimaryKeyMetaData.class - [JAR]

├─ org.jpox.metadata.PropertyMetaData.class - [JAR]

├─ org.jpox.metadata.QueryLanguage.class - [JAR]

├─ org.jpox.metadata.QueryMetaData.class - [JAR]

├─ org.jpox.metadata.SequenceMetaData.class - [JAR]

├─ org.jpox.metadata.SequenceStrategy.class - [JAR]

├─ org.jpox.metadata.UniqueMetaData.class - [JAR]

├─ org.jpox.metadata.ValueMetaData.class - [JAR]

├─ org.jpox.metadata.VersionMetaData.class - [JAR]

├─ org.jpox.metadata.VersionStrategy.class - [JAR]

org.jpox.util

├─ org.jpox.util.AIDUtils.class - [JAR]

├─ org.jpox.util.ClassUtils.class - [JAR]

├─ org.jpox.util.FailoverUtils.class - [JAR]

├─ org.jpox.util.I18nUtils.class - [JAR]

├─ org.jpox.util.Imports.class - [JAR]

├─ org.jpox.util.JPOXLogger.class - [JAR]

├─ org.jpox.util.JavaUtils.class - [JAR]

├─ org.jpox.util.Localiser.class - [JAR]

├─ org.jpox.util.MacroString.class - [JAR]

├─ org.jpox.util.MultiMap.class - [JAR]

├─ org.jpox.util.ReadWriteLock.class - [JAR]

├─ org.jpox.util.ReferenceValueMap.class - [JAR]

├─ org.jpox.util.SQLFormat.class - [JAR]

├─ org.jpox.util.SQLWarnings.class - [JAR]

├─ org.jpox.util.SoftValueMap.class - [JAR]

├─ org.jpox.util.StringUtils.class - [JAR]

├─ org.jpox.util.TypeConversionHelper.class - [JAR]

├─ org.jpox.util.ViewUtils.class - [JAR]

├─ org.jpox.util.WeakValueMap.class - [JAR]

org.jpox.store.rdbms.request

├─ org.jpox.store.rdbms.request.DeleteRequest.class - [JAR]

├─ org.jpox.store.rdbms.request.FetchRequest.class - [JAR]

├─ org.jpox.store.rdbms.request.InsertRequest.class - [JAR]

├─ org.jpox.store.rdbms.request.LocateRequest.class - [JAR]

├─ org.jpox.store.rdbms.request.MappingStatementIndex.class - [JAR]

├─ org.jpox.store.rdbms.request.Request.class - [JAR]

├─ org.jpox.store.rdbms.request.UpdateRequest.class - [JAR]

org.jpox.exceptions

├─ org.jpox.exceptions.ClassNotDetachableException.class - [JAR]

├─ org.jpox.exceptions.ClassNotPersistenceCapableException.class - [JAR]

├─ org.jpox.exceptions.ClassNotResolvedException.class - [JAR]

├─ org.jpox.exceptions.CommitStateTransitionException.class - [JAR]

├─ org.jpox.exceptions.ConnectionFactoryNotFoundException.class - [JAR]

├─ org.jpox.exceptions.ConnectionInUseException.class - [JAR]

├─ org.jpox.exceptions.MetaDataForPersistenceCapableClassNotReachableException.class - [JAR]

├─ org.jpox.exceptions.ObjectDetachedException.class - [JAR]

├─ org.jpox.exceptions.RollbackStateTransitionException.class - [JAR]

├─ org.jpox.exceptions.TransactionActiveException.class - [JAR]

├─ org.jpox.exceptions.TransactionCommiting.class - [JAR]

├─ org.jpox.exceptions.TransactionNotActiveException.class - [JAR]

├─ org.jpox.exceptions.UnsupportedConnectionFactoryException.class - [JAR]

org.jpox.store.rdbms.mapping.oracle

├─ org.jpox.store.rdbms.mapping.oracle.OracleArrayMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.oracle.OracleBlobRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.oracle.OracleClobRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.oracle.OracleSerialisedObjectMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.oracle.OracleStringMapping.class - [JAR]

org.jpox.store.rdbms.sqlidentifier

├─ org.jpox.store.rdbms.sqlidentifier.CandidateKeyIdentifier.class - [JAR]

├─ org.jpox.store.rdbms.sqlidentifier.ColumnIdentifier.class - [JAR]

├─ org.jpox.store.rdbms.sqlidentifier.ForeignKeyIdentifier.class - [JAR]

├─ org.jpox.store.rdbms.sqlidentifier.IdentifierFactory.class - [JAR]

├─ org.jpox.store.rdbms.sqlidentifier.IndexIdentifier.class - [JAR]

├─ org.jpox.store.rdbms.sqlidentifier.PrimaryKeyIdentifier.class - [JAR]

├─ org.jpox.store.rdbms.sqlidentifier.ReferenceIdentifier.class - [JAR]

├─ org.jpox.store.rdbms.sqlidentifier.SQLIdentifier.class - [JAR]

├─ org.jpox.store.rdbms.sqlidentifier.TableIdentifier.class - [JAR]

org.jpox.cache

├─ org.jpox.cache.CachedPC.class - [JAR]

├─ org.jpox.cache.DefaultLevel2Cache.class - [JAR]

├─ org.jpox.cache.HardRefCache.class - [JAR]

├─ org.jpox.cache.Level1Cache.class - [JAR]

├─ org.jpox.cache.Level2Cache.class - [JAR]

├─ org.jpox.cache.NullLevel2Cache.class - [JAR]

├─ org.jpox.cache.SoftLevel2Cache.class - [JAR]

├─ org.jpox.cache.SoftRefCache.class - [JAR]

├─ org.jpox.cache.WeakRefCache.class - [JAR]

org.jpox.store.rdbms.columninfo

├─ org.jpox.store.rdbms.columninfo.ColumnInfo.class - [JAR]

├─ org.jpox.store.rdbms.columninfo.DB2ColumnInfo.class - [JAR]

├─ org.jpox.store.rdbms.columninfo.MSSQLServerColumnInfo.class - [JAR]

├─ org.jpox.store.rdbms.columninfo.OracleColumnInfo.class - [JAR]

├─ org.jpox.store.rdbms.columninfo.PostgreSQLColumnInfo.class - [JAR]

├─ org.jpox.store.rdbms.columninfo.SybaseColumnInfo.class - [JAR]

org.jpox.store.rdbms.key

├─ org.jpox.store.rdbms.key.CandidateKey.class - [JAR]

├─ org.jpox.store.rdbms.key.ForeignKey.class - [JAR]

├─ org.jpox.store.rdbms.key.Index.class - [JAR]

├─ org.jpox.store.rdbms.key.Key.class - [JAR]

├─ org.jpox.store.rdbms.key.PrimaryKey.class - [JAR]

org.jpox.types

├─ org.jpox.types.UserTypes.class - [JAR]

├─ org.jpox.types.UserTypesEntityResolver.class - [JAR]

org.jpox.store.mapping

├─ org.jpox.store.mapping.AbstractContainerMapping.class - [JAR]

├─ org.jpox.store.mapping.AbstractMappingManager.class - [JAR]

├─ org.jpox.store.mapping.AppIDObjectIdFieldConsumer.class - [JAR]

├─ org.jpox.store.mapping.ArrayMapping.class - [JAR]

├─ org.jpox.store.mapping.BaseStringMapping.class - [JAR]

├─ org.jpox.store.mapping.BigDecimalMapping.class - [JAR]

├─ org.jpox.store.mapping.BigIntegerMapping.class - [JAR]

├─ org.jpox.store.mapping.BitSetMapping.class - [JAR]

├─ org.jpox.store.mapping.BooleanMapping.class - [JAR]

├─ org.jpox.store.mapping.ByteMapping.class - [JAR]

├─ org.jpox.store.mapping.CharacterMapping.class - [JAR]

├─ org.jpox.store.mapping.CollectionMapping.class - [JAR]

├─ org.jpox.store.mapping.ColorMapping.class - [JAR]

├─ org.jpox.store.mapping.CurrencyMapping.class - [JAR]

├─ org.jpox.store.mapping.DatastoreMapping.class - [JAR]

├─ org.jpox.store.mapping.DatastoreMappingEntityResolver.class - [JAR]

├─ org.jpox.store.mapping.DateMapping.class - [JAR]

├─ org.jpox.store.mapping.DiscriminatorMapping.class - [JAR]

├─ org.jpox.store.mapping.DoubleMapping.class - [JAR]

├─ org.jpox.store.mapping.EmbeddedElementPCMapping.class - [JAR]

├─ org.jpox.store.mapping.EmbeddedKeyPCMapping.class - [JAR]

├─ org.jpox.store.mapping.EmbeddedMapping.class - [JAR]

├─ org.jpox.store.mapping.EmbeddedPCMapping.class - [JAR]

├─ org.jpox.store.mapping.EmbeddedValuePCMapping.class - [JAR]

├─ org.jpox.store.mapping.FloatMapping.class - [JAR]

├─ org.jpox.store.mapping.GregorianCalendarMapping.class - [JAR]

├─ org.jpox.store.mapping.IndexMapping.class - [JAR]

├─ org.jpox.store.mapping.IntegerMapping.class - [JAR]

├─ org.jpox.store.mapping.InterfaceMapping.class - [JAR]

├─ org.jpox.store.mapping.JavaTypeMapping.class - [JAR]

├─ org.jpox.store.mapping.LocaleMapping.class - [JAR]

├─ org.jpox.store.mapping.LongMapping.class - [JAR]

├─ org.jpox.store.mapping.MapMapping.class - [JAR]

├─ org.jpox.store.mapping.MappingCallbacks.class - [JAR]

├─ org.jpox.store.mapping.MappingConsumer.class - [JAR]

├─ org.jpox.store.mapping.MappingFactory.class - [JAR]

├─ org.jpox.store.mapping.MappingManager.class - [JAR]

├─ org.jpox.store.mapping.Mappings.class - [JAR]

├─ org.jpox.store.mapping.MultiMapping.class - [JAR]

├─ org.jpox.store.mapping.NullMapping.class - [JAR]

├─ org.jpox.store.mapping.OIDMapping.class - [JAR]

├─ org.jpox.store.mapping.ObjectMapping.class - [JAR]

├─ org.jpox.store.mapping.PersistenceCapableMapping.class - [JAR]

├─ org.jpox.store.mapping.PointMapping.class - [JAR]

├─ org.jpox.store.mapping.ReferenceMapping.class - [JAR]

├─ org.jpox.store.mapping.SerialisedElementPCMapping.class - [JAR]

├─ org.jpox.store.mapping.SerialisedKeyPCMapping.class - [JAR]

├─ org.jpox.store.mapping.SerialisedMapping.class - [JAR]

├─ org.jpox.store.mapping.SerialisedPCMapping.class - [JAR]

├─ org.jpox.store.mapping.SerialisedReferenceMapping.class - [JAR]

├─ org.jpox.store.mapping.SerialisedValuePCMapping.class - [JAR]

├─ org.jpox.store.mapping.ShortMapping.class - [JAR]

├─ org.jpox.store.mapping.SimpleDatastoreRepresentation.class - [JAR]

├─ org.jpox.store.mapping.SingleFieldMapping.class - [JAR]

├─ org.jpox.store.mapping.SingleFieldMultiMapping.class - [JAR]

├─ org.jpox.store.mapping.SqlDateCharMapping.class - [JAR]

├─ org.jpox.store.mapping.SqlDateMapping.class - [JAR]

├─ org.jpox.store.mapping.SqlTimeMapping.class - [JAR]

├─ org.jpox.store.mapping.SqlTimestampCharMapping.class - [JAR]

├─ org.jpox.store.mapping.SqlTimestampMapping.class - [JAR]

├─ org.jpox.store.mapping.StringMapping.class - [JAR]

├─ org.jpox.store.mapping.SubclassPCMapping.class - [JAR]

├─ org.jpox.store.mapping.TimeZoneMapping.class - [JAR]

├─ org.jpox.store.mapping.URIMapping.class - [JAR]

├─ org.jpox.store.mapping.URLMapping.class - [JAR]

├─ org.jpox.store.mapping.VersionMapping.class - [JAR]

org.jpox.store.rdbms.fieldmanager

├─ org.jpox.store.rdbms.fieldmanager.ParameterSetter.class - [JAR]

├─ org.jpox.store.rdbms.fieldmanager.ResultSetGetter.class - [JAR]

org.jpox.state

├─ org.jpox.state.AbstractFetchFieldManager.class - [JAR]

├─ org.jpox.state.ActivityState.class - [JAR]

├─ org.jpox.state.AttachFieldManager.class - [JAR]

├─ org.jpox.state.DetachFieldManager.class - [JAR]

├─ org.jpox.state.DetachState.class - [JAR]

├─ org.jpox.state.DetachedClean.class - [JAR]

├─ org.jpox.state.DetachedDirty.class - [JAR]

├─ org.jpox.state.FetchPlanState.class - [JAR]

├─ org.jpox.state.Hollow.class - [JAR]

├─ org.jpox.state.LifeCycleState.class - [JAR]

├─ org.jpox.state.MakeTransientFieldManager.class - [JAR]

├─ org.jpox.state.NullifyRelationFieldManager.class - [JAR]

├─ org.jpox.state.PersistentClean.class - [JAR]

├─ org.jpox.state.PersistentDeleted.class - [JAR]

├─ org.jpox.state.PersistentDirty.class - [JAR]

├─ org.jpox.state.PersistentNew.class - [JAR]

├─ org.jpox.state.PersistentNewDeleted.class - [JAR]

├─ org.jpox.state.PersistentNontransactional.class - [JAR]

├─ org.jpox.state.SingleTypeFieldManager.class - [JAR]

├─ org.jpox.state.SingleValueFieldManager.class - [JAR]

├─ org.jpox.state.StateManagerImpl.class - [JAR]

├─ org.jpox.state.TransientClean.class - [JAR]

├─ org.jpox.state.TransientDirty.class - [JAR]

org.jpox.store.rdbms.extent

├─ org.jpox.store.rdbms.extent.ClassTableExtent.class - [JAR]

├─ org.jpox.store.rdbms.extent.ClassViewExtent.class - [JAR]

org.jpox.store.fieldmanager

├─ org.jpox.store.fieldmanager.AbstractFieldManager.class - [JAR]

├─ org.jpox.store.fieldmanager.FieldManager.class - [JAR]

├─ org.jpox.store.fieldmanager.SimpleFieldManager.class - [JAR]

org.jpox.store.rdbms.query

├─ org.jpox.store.rdbms.query.Oracle99QueryStatement.class - [JAR]

├─ org.jpox.store.rdbms.query.OracleQueryStatement.class - [JAR]

├─ org.jpox.store.rdbms.query.SAPDBQueryStatement.class - [JAR]

org.jpox

├─ org.jpox.AbstractPersistenceManager.class - [JAR]

├─ org.jpox.AbstractPersistenceManagerFactory.class - [JAR]

├─ org.jpox.ClassLoaderResolver.class - [JAR]

├─ org.jpox.ClassNameConstants.class - [JAR]

├─ org.jpox.DriverManagerDataSource.class - [JAR]

├─ org.jpox.FetchPlanImpl.class - [JAR]

├─ org.jpox.ImplementationCreator.class - [JAR]

├─ org.jpox.JDOClassLoaderResolver.class - [JAR]

├─ org.jpox.JDOConnectionImpl.class - [JAR]

├─ org.jpox.LifecycleListenerSpecification.class - [JAR]

├─ org.jpox.NonmanagedTransaction.class - [JAR]

├─ org.jpox.PMFConfiguration.class - [JAR]

├─ org.jpox.PMFContext.class - [JAR]

├─ org.jpox.PersistenceManager.class - [JAR]

├─ org.jpox.PersistenceManagerFactoryImpl.class - [JAR]

├─ org.jpox.PersistenceManagerImpl.class - [JAR]

├─ org.jpox.SchemaTool.class - [JAR]

├─ org.jpox.SchemaToolTask.class - [JAR]

├─ org.jpox.SequenceImpl.class - [JAR]

├─ org.jpox.StateManager.class - [JAR]

├─ org.jpox.Transaction.class - [JAR]

├─ org.jpox.TypeManager.class - [JAR]

org.jpox.store.exceptions

├─ org.jpox.store.exceptions.ClassDefinitionException.class - [JAR]

├─ org.jpox.store.exceptions.ColumnDefinitionException.class - [JAR]

├─ org.jpox.store.exceptions.DatastoreInitialisationException.class - [JAR]

├─ org.jpox.store.exceptions.DatastorePermissionException.class - [JAR]

├─ org.jpox.store.exceptions.DuplicateColumnNameException.class - [JAR]

├─ org.jpox.store.exceptions.IncompatibleDataTypeException.class - [JAR]

├─ org.jpox.store.exceptions.IncompatibleQueryElementTypeException.class - [JAR]

├─ org.jpox.store.exceptions.IsNotNullableException.class - [JAR]

├─ org.jpox.store.exceptions.IsNullableException.class - [JAR]

├─ org.jpox.store.exceptions.MissingColumnException.class - [JAR]

├─ org.jpox.store.exceptions.MissingForeignKeysException.class - [JAR]

├─ org.jpox.store.exceptions.MissingIndicesException.class - [JAR]

├─ org.jpox.store.exceptions.MissingTableException.class - [JAR]

├─ org.jpox.store.exceptions.NoDatastoreMappingException.class - [JAR]

├─ org.jpox.store.exceptions.NoExtentException.class - [JAR]

├─ org.jpox.store.exceptions.NoSuchPersistentFieldException.class - [JAR]

├─ org.jpox.store.exceptions.NoTableManagedException.class - [JAR]

├─ org.jpox.store.exceptions.NotATableException.class - [JAR]

├─ org.jpox.store.exceptions.NotAViewException.class - [JAR]

├─ org.jpox.store.exceptions.NotYetFlushedException.class - [JAR]

├─ org.jpox.store.exceptions.NullValueException.class - [JAR]

├─ org.jpox.store.exceptions.PersistentSuperclassNotAllowedException.class - [JAR]

├─ org.jpox.store.exceptions.PrimaryKeyColumnNotAllowedException.class - [JAR]

├─ org.jpox.store.exceptions.QueryNotUniqueException.class - [JAR]

├─ org.jpox.store.exceptions.SchemaValidationException.class - [JAR]

├─ org.jpox.store.exceptions.TableMismatchException.class - [JAR]

├─ org.jpox.store.exceptions.TooManyForeignKeysException.class - [JAR]

├─ org.jpox.store.exceptions.TooManyIndicesException.class - [JAR]

├─ org.jpox.store.exceptions.UnexpectedColumnException.class - [JAR]

├─ org.jpox.store.exceptions.UnsupportedDataTypeException.class - [JAR]

├─ org.jpox.store.exceptions.ViewDefinitionException.class - [JAR]

├─ org.jpox.store.exceptions.ViewNotSupportedException.class - [JAR]

├─ org.jpox.store.exceptions.WrongPrecisionException.class - [JAR]

├─ org.jpox.store.exceptions.WrongPrimaryKeyException.class - [JAR]

├─ org.jpox.store.exceptions.WrongScaleException.class - [JAR]

org.jpox.store.rdbms.typeinfo

├─ org.jpox.store.rdbms.typeinfo.CloudscapeTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.DB2TypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.ExportedKeyInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.FirebirdTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.ForeignKeyInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.HSQLTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.InformixTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.MSSQLTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.McKoiTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.MySQLTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.OracleTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.PostgreSQLForeignKeyInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.PostgreSQLTypeInfo.class - [JAR]

├─ org.jpox.store.rdbms.typeinfo.TypeInfo.class - [JAR]

org.jpox.sco.exceptions

├─ org.jpox.sco.exceptions.IncompatibleElementTypeException.class - [JAR]

├─ org.jpox.sco.exceptions.IncompatibleFieldTypeException.class - [JAR]

├─ org.jpox.sco.exceptions.IncompatibleKeyTypeException.class - [JAR]

├─ org.jpox.sco.exceptions.IncompatibleTypeException.class - [JAR]

├─ org.jpox.sco.exceptions.IncompatibleValueTypeException.class - [JAR]

├─ org.jpox.sco.exceptions.NullsNotAllowedException.class - [JAR]

├─ org.jpox.sco.exceptions.QueryUnownedSCOException.class - [JAR]

├─ org.jpox.sco.exceptions.SCOException.class - [JAR]

org.jpox.store.rdbms.table

├─ org.jpox.store.rdbms.table.AbstractClassTable.class - [JAR]

├─ org.jpox.store.rdbms.table.AbstractTable.class - [JAR]

├─ org.jpox.store.rdbms.table.ArrayTable.class - [JAR]

├─ org.jpox.store.rdbms.table.ClassTable.class - [JAR]

├─ org.jpox.store.rdbms.table.ClassView.class - [JAR]

├─ org.jpox.store.rdbms.table.CollectionTable.class - [JAR]

├─ org.jpox.store.rdbms.table.ColumnCreator.class - [JAR]

├─ org.jpox.store.rdbms.table.CorrespondentColumnsMapping.class - [JAR]

├─ org.jpox.store.rdbms.table.ElementContainerTable.class - [JAR]

├─ org.jpox.store.rdbms.table.JoinTable.class - [JAR]

├─ org.jpox.store.rdbms.table.ListTable.class - [JAR]

├─ org.jpox.store.rdbms.table.MapTable.class - [JAR]

├─ org.jpox.store.rdbms.table.ProbeTable.class - [JAR]

├─ org.jpox.store.rdbms.table.SCOTable.class - [JAR]

├─ org.jpox.store.rdbms.table.SchemaTable.class - [JAR]

├─ org.jpox.store.rdbms.table.SecondaryTable.class - [JAR]

├─ org.jpox.store.rdbms.table.SequenceTable.class - [JAR]

├─ org.jpox.store.rdbms.table.SetTable.class - [JAR]

├─ org.jpox.store.rdbms.table.Table.class - [JAR]

├─ org.jpox.store.rdbms.table.TableImpl.class - [JAR]

├─ org.jpox.store.rdbms.table.TableUtils.class - [JAR]

├─ org.jpox.store.rdbms.table.ViewImpl.class - [JAR]

org.jpox.sco

├─ org.jpox.sco.ArrayList.class - [JAR]

├─ org.jpox.sco.BitSet.class - [JAR]

├─ org.jpox.sco.BitSetJDK14.class - [JAR]

├─ org.jpox.sco.Collection.class - [JAR]

├─ org.jpox.sco.Date.class - [JAR]

├─ org.jpox.sco.GregorianCalendar.class - [JAR]

├─ org.jpox.sco.GregorianCalendarJDK14.class - [JAR]

├─ org.jpox.sco.HashMap.class - [JAR]

├─ org.jpox.sco.HashSet.class - [JAR]

├─ org.jpox.sco.Hashtable.class - [JAR]

├─ org.jpox.sco.LinkedHashMap.class - [JAR]

├─ org.jpox.sco.LinkedHashSet.class - [JAR]

├─ org.jpox.sco.LinkedList.class - [JAR]

├─ org.jpox.sco.List.class - [JAR]

├─ org.jpox.sco.Map.class - [JAR]

├─ org.jpox.sco.Point.class - [JAR]

├─ org.jpox.sco.Properties.class - [JAR]

├─ org.jpox.sco.SCO.class - [JAR]

├─ org.jpox.sco.SCOCollection.class - [JAR]

├─ org.jpox.sco.SCOCollectionIterator.class - [JAR]

├─ org.jpox.sco.SCOLazyLoading.class - [JAR]

├─ org.jpox.sco.SCOList.class - [JAR]

├─ org.jpox.sco.SCOListIterator.class - [JAR]

├─ org.jpox.sco.SCOMap.class - [JAR]

├─ org.jpox.sco.SCOMtoN.class - [JAR]

├─ org.jpox.sco.SCOUtils.class - [JAR]

├─ org.jpox.sco.Set.class - [JAR]

├─ org.jpox.sco.SortedMap.class - [JAR]

├─ org.jpox.sco.SortedSet.class - [JAR]

├─ org.jpox.sco.SqlDate.class - [JAR]

├─ org.jpox.sco.SqlTime.class - [JAR]

├─ org.jpox.sco.SqlTimestamp.class - [JAR]

├─ org.jpox.sco.Stack.class - [JAR]

├─ org.jpox.sco.TreeMap.class - [JAR]

├─ org.jpox.sco.TreeSet.class - [JAR]

├─ org.jpox.sco.UnsetOwners.class - [JAR]

├─ org.jpox.sco.Vector.class - [JAR]

org.jpox.store.rdbms.mapping

├─ org.jpox.store.rdbms.mapping.AbstractLargeBinaryRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.AbstractRDBMSMappingManager.class - [JAR]

├─ org.jpox.store.rdbms.mapping.BigIntRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.BitRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.BlobRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.BooleanRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.CharRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.ClobRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.ColumnMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.DatalinkRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.DateRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.DecimalRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.DoubleRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.FloatRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.IntegerRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.LongVarBinaryRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.LongVarcharRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.NumericRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.OracleRDBMSMappingManager.class - [JAR]

├─ org.jpox.store.rdbms.mapping.RDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.RDBMSMappingFactory.class - [JAR]

├─ org.jpox.store.rdbms.mapping.RDBMSMappingManager.class - [JAR]

├─ org.jpox.store.rdbms.mapping.RealRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.SapDBRDBMSMappingManager.class - [JAR]

├─ org.jpox.store.rdbms.mapping.SmallIntRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.SybaseRDBMSMappingManager.class - [JAR]

├─ org.jpox.store.rdbms.mapping.TimeRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.TimestampRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.TinyIntRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.VarBinaryRDBMSMapping.class - [JAR]

├─ org.jpox.store.rdbms.mapping.VarCharRDBMSMapping.class - [JAR]

org.jpox.store.rdbms.adapter

├─ org.jpox.store.rdbms.adapter.CloudscapeAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.DB2AS400Adapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.DB2Adapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.DatabaseAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.DerbySQLFunction.class - [JAR]

├─ org.jpox.store.rdbms.adapter.FirebirdAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.HSQLAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.InformixAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.MSSQLServerAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.McKoiAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.MySQLAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.OracleAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.PointbaseAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.PostgreSQLAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.RDBMSAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.RDBMSAdapterFactory.class - [JAR]

├─ org.jpox.store.rdbms.adapter.SAPDBAdapter.class - [JAR]

├─ org.jpox.store.rdbms.adapter.SQLConstants.class - [JAR]

├─ org.jpox.store.rdbms.adapter.SybaseAdapter.class - [JAR]

org.jpox.resource

├─ org.jpox.resource.JdoTransactionHandle.class - [JAR]

├─ org.jpox.resource.ManagedConnectionFactoryImpl.class - [JAR]

├─ org.jpox.resource.ManagedConnectionImpl.class - [JAR]

├─ org.jpox.resource.ManagedTransaction.class - [JAR]

├─ org.jpox.resource.PersistenceManagerFactoryImpl.class - [JAR]

├─ org.jpox.resource.PersistenceManagerImpl.class - [JAR]

org.jpox.store.query

├─ org.jpox.store.query.AbstractIteratorStatement.class - [JAR]

├─ org.jpox.store.query.AbstractQueryResult.class - [JAR]

├─ org.jpox.store.query.BaseSQLQuery.class - [JAR]

├─ org.jpox.store.query.CollectionCandidates.class - [JAR]

├─ org.jpox.store.query.DiscriminatorIteratorStatement.class - [JAR]

├─ org.jpox.store.query.ForwardQueryResult.class - [JAR]

├─ org.jpox.store.query.InsensitiveQueryResult.class - [JAR]

├─ org.jpox.store.query.JDOQLQuery.class - [JAR]

├─ org.jpox.store.query.JDOQLSingleStringParser.class - [JAR]

├─ org.jpox.store.query.JPOXSQLQuery.class - [JAR]

├─ org.jpox.store.query.Parser.class - [JAR]

├─ org.jpox.store.query.PersistentIDROF.class - [JAR]

├─ org.jpox.store.query.Query.class - [JAR]

├─ org.jpox.store.query.QueryResult.class - [JAR]

├─ org.jpox.store.query.QueryStatement.class - [JAR]

├─ org.jpox.store.query.QueryUtils.class - [JAR]

├─ org.jpox.store.query.Queryable.class - [JAR]

├─ org.jpox.store.query.ResultClassROF.class - [JAR]

├─ org.jpox.store.query.ResultExpressionsQueryable.class - [JAR]

├─ org.jpox.store.query.SQLQuery.class - [JAR]

├─ org.jpox.store.query.TransientIDROF.class - [JAR]

├─ org.jpox.store.query.UnionIteratorStatement.class - [JAR]

org.jpox.state.exceptions

├─ org.jpox.state.exceptions.IllegalStateTransitionException.class - [JAR]

org.jpox.store

├─ org.jpox.store.AbstractDatastoreAdapter.class - [JAR]

├─ org.jpox.store.AutoStartMechanism.class - [JAR]

├─ org.jpox.store.ClassesAutoStarter.class - [JAR]

├─ org.jpox.store.DatastoreAdapter.class - [JAR]

├─ org.jpox.store.DatastoreClass.class - [JAR]

├─ org.jpox.store.DatastoreContainerObject.class - [JAR]

├─ org.jpox.store.DatastoreField.class - [JAR]

├─ org.jpox.store.DatastoreFieldRole.class - [JAR]

├─ org.jpox.store.DatastoreIdentifier.class - [JAR]

├─ org.jpox.store.DatastoreObject.class - [JAR]

├─ org.jpox.store.Dictionary.class - [JAR]

├─ org.jpox.store.FetchStatement.class - [JAR]

├─ org.jpox.store.FieldValues.class - [JAR]

├─ org.jpox.store.OID.class - [JAR]

├─ org.jpox.store.OIDFactory.class - [JAR]

├─ org.jpox.store.SCOID.class - [JAR]

├─ org.jpox.store.StatementExpressionIndex.class - [JAR]

├─ org.jpox.store.StatementText.class - [JAR]

├─ org.jpox.store.StoreData.class - [JAR]

├─ org.jpox.store.StoreManager.class - [JAR]

├─ org.jpox.store.StoreManagerFactory.class - [JAR]

├─ org.jpox.store.XMLAutoStarter.class - [JAR]

├─ org.jpox.store.XMLAutoStarterEntityResolver.class - [JAR]

org.jpox.store.rdbms.datatype

├─ org.jpox.store.rdbms.datatype.BlobImpl.class - [JAR]

├─ org.jpox.store.rdbms.datatype.ClobImpl.class - [JAR]

org.jpox.store.scostore

├─ org.jpox.store.scostore.ArrayStore.class - [JAR]

├─ org.jpox.store.scostore.CollectionStore.class - [JAR]

├─ org.jpox.store.scostore.ListStore.class - [JAR]

├─ org.jpox.store.scostore.MapStore.class - [JAR]

├─ org.jpox.store.scostore.SetStore.class - [JAR]

├─ org.jpox.store.scostore.Store.class - [JAR]

org.jpox.driver

├─ org.jpox.driver.JPOXDriver.class - [JAR]

org.jpox.store.expression

├─ org.jpox.store.expression.AggregateExpression.class - [JAR]

├─ org.jpox.store.expression.BinaryExpression.class - [JAR]

├─ org.jpox.store.expression.BinaryLiteral.class - [JAR]

├─ org.jpox.store.expression.BooleanBitColumnExpression.class - [JAR]

├─ org.jpox.store.expression.BooleanBitColumnLiteral.class - [JAR]

├─ org.jpox.store.expression.BooleanCharColumnExpression.class - [JAR]

├─ org.jpox.store.expression.BooleanCharColumnLiteral.class - [JAR]

├─ org.jpox.store.expression.BooleanExpression.class - [JAR]

├─ org.jpox.store.expression.BooleanLiteral.class - [JAR]

├─ org.jpox.store.expression.ByteExpression.class - [JAR]

├─ org.jpox.store.expression.ByteLiteral.class - [JAR]

├─ org.jpox.store.expression.CharacterExpression.class - [JAR]

├─ org.jpox.store.expression.CharacterLiteral.class - [JAR]

├─ org.jpox.store.expression.ClassExpression.class - [JAR]

├─ org.jpox.store.expression.CollectionExpression.class - [JAR]

├─ org.jpox.store.expression.CollectionLiteral.class - [JAR]

├─ org.jpox.store.expression.CollectionSubqueryExpression.class - [JAR]

├─ org.jpox.store.expression.ConcatOperatorExpression.class - [JAR]

├─ org.jpox.store.expression.ContainerSizeExpression.class - [JAR]

├─ org.jpox.store.expression.ExistsExpression.class - [JAR]

├─ org.jpox.store.expression.ExpressionConversionAdapter.class - [JAR]

├─ org.jpox.store.expression.ExpressionMethodAdapter.class - [JAR]

├─ org.jpox.store.expression.ExpressionOperatorAdapter.class - [JAR]

├─ org.jpox.store.expression.ExpressionPatternAdapter.class - [JAR]

├─ org.jpox.store.expression.ExpressionSupportedFeaturesAdapter.class - [JAR]

├─ org.jpox.store.expression.FloatingPointLiteral.class - [JAR]

├─ org.jpox.store.expression.IntegerLiteral.class - [JAR]

├─ org.jpox.store.expression.JDOHelperExpression.class - [JAR]

├─ org.jpox.store.expression.Literal.class - [JAR]

├─ org.jpox.store.expression.MapExpression.class - [JAR]

├─ org.jpox.store.expression.MapKeyLiteral.class - [JAR]

├─ org.jpox.store.expression.MapLiteral.class - [JAR]

├─ org.jpox.store.expression.MapValueLiteral.class - [JAR]

├─ org.jpox.store.expression.MatchExpressionParser.class - [JAR]

├─ org.jpox.store.expression.MathExpression.class - [JAR]

├─ org.jpox.store.expression.MetaDataStringLiteral.class - [JAR]

├─ org.jpox.store.expression.NewObjectExpression.class - [JAR]

├─ org.jpox.store.expression.NullComparisonExpression.class - [JAR]

├─ org.jpox.store.expression.NullLiteral.class - [JAR]

├─ org.jpox.store.expression.NumericExpression.class - [JAR]

├─ org.jpox.store.expression.ObjectExpression.class - [JAR]

├─ org.jpox.store.expression.ObjectLiteral.class - [JAR]

├─ org.jpox.store.expression.QueryExpression.class - [JAR]

├─ org.jpox.store.expression.ReferenceExpression.class - [JAR]

├─ org.jpox.store.expression.ScalarExpression.class - [JAR]

├─ org.jpox.store.expression.SqlDateLiteral.class - [JAR]

├─ org.jpox.store.expression.SqlTemporalExpression.class - [JAR]

├─ org.jpox.store.expression.SqlTimeLiteral.class - [JAR]

├─ org.jpox.store.expression.SqlTimestampLiteral.class - [JAR]

├─ org.jpox.store.expression.StringExpression.class - [JAR]

├─ org.jpox.store.expression.StringLiteral.class - [JAR]

├─ org.jpox.store.expression.SubstringExpression.class - [JAR]

├─ org.jpox.store.expression.TableExprAsJoins.class - [JAR]

├─ org.jpox.store.expression.TableExprAsSubjoins.class - [JAR]

├─ org.jpox.store.expression.TableExprAsSubquery.class - [JAR]

├─ org.jpox.store.expression.TableExpression.class - [JAR]

├─ org.jpox.store.expression.UnboundVariable.class - [JAR]

org.jpox.store.rdbms.scostore

├─ org.jpox.store.rdbms.scostore.AbstractArrayStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.AbstractCollectionStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.AbstractListStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.AbstractMapStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.AbstractSetStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.BaseContainerStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.ElementContainerStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.InverseArrayStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.InverseListStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.InverseMapStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.InverseSetStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.MapEntrySetStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.MapKeySetStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.MapValueSetStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.NormalArrayStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.NormalListStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.NormalMapStore.class - [JAR]

├─ org.jpox.store.rdbms.scostore.NormalSetStore.class - [JAR]

org.jpox.store.rdbms

├─ org.jpox.store.rdbms.Column.class - [JAR]

├─ org.jpox.store.rdbms.ColumnDefinitionException.class - [JAR]

├─ org.jpox.store.rdbms.Connection.class - [JAR]

├─ org.jpox.store.rdbms.JDBCUtils.class - [JAR]

├─ org.jpox.store.rdbms.RDBMSFetchStatement.class - [JAR]

├─ org.jpox.store.rdbms.RDBMSManager.class - [JAR]

├─ org.jpox.store.rdbms.RDBMSManagerFactory.class - [JAR]

├─ org.jpox.store.rdbms.RDBMSStoreData.class - [JAR]

├─ org.jpox.store.rdbms.RDBMSStoreHelper.class - [JAR]

├─ org.jpox.store.rdbms.RequestIdentifier.class - [JAR]

├─ org.jpox.store.rdbms.SchemaAutoStarter.class - [JAR]

org.jpox.poid

├─ org.jpox.poid.AUID.class - [JAR]

├─ org.jpox.poid.AUIDPoidGenerator.class - [JAR]

├─ org.jpox.poid.AbstractUUIDPoidGenerator.class - [JAR]

├─ org.jpox.poid.DatastoreUUIDHexPoidGenerator.class - [JAR]

├─ org.jpox.poid.MaxPoidGenerator.class - [JAR]

├─ org.jpox.poid.Poid.class - [JAR]

├─ org.jpox.poid.PoidBlock.class - [JAR]

├─ org.jpox.poid.PoidException.class - [JAR]

├─ org.jpox.poid.PoidFactory.class - [JAR]

├─ org.jpox.poid.PoidGenerator.class - [JAR]

├─ org.jpox.poid.PoidJDBCConnectionProvider.class - [JAR]

├─ org.jpox.poid.PoidJPOXPlugin.class - [JAR]

├─ org.jpox.poid.PoidManager.class - [JAR]

├─ org.jpox.poid.PoidRepositoryCreator.class - [JAR]

├─ org.jpox.poid.SequencePoidGenerator.class - [JAR]

├─ org.jpox.poid.SequenceTablePoidGenerator.class - [JAR]

├─ org.jpox.poid.UUIDHexPoidGenerator.class - [JAR]

├─ org.jpox.poid.UUIDStringPoidGenerator.class - [JAR]

org.jpox.store.extent

├─ org.jpox.store.extent.AbstractExtent.class - [JAR]

Advertisement

Dependencies from Group

Apr 21, 2008
50 usages
Jan 21, 2008
17 usages
Jan 21, 2008
8 usages
Jan 21, 2008
8 usages
Jan 21, 2008
8 usages

Discover Dependencies

Jul 20, 2023
64 usages
439 stars
Feb 05, 2018
85 usages
1.2k stars
31 usages
43 stars
Oct 18, 2016
29 usages
Sep 23, 2019
3 usages
1 stars
Aug 22, 2023
69 usages
5.1k stars
Apr 16, 2018
29 usages
248 stars
Jun 25, 2020
4 usages
8 stars
Jun 16, 2020
7 usages
Feb 03, 2021
4 usages
1.4k stars