jar

org.droitateddb : processor

Maven & Gradle

Apr 24, 2017
28 stars

droitatedDB - Annotation Processor · droitatedDB is a lightweight framework, which frees you from the burden of dealing with Androids SQLite database directly if you don't want to and let's you access it directly if you have to.

Table Of Contents

Latest Version

Download org.droitateddb : processor JAR file - Latest Versions:

All Versions

Download org.droitateddb : processor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 processor-0.1.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.droitateddb.manifest

├─ org.droitateddb.manifest.AndroidManifest.class - [JAR]

├─ org.droitateddb.manifest.AndroidManifestAccess.class - [JAR]

├─ org.droitateddb.manifest.AndroidManifestProcessor.class - [JAR]

org.droitateddb.builder.schema.data

├─ org.droitateddb.builder.schema.data.Association.class - [JAR]

├─ org.droitateddb.builder.schema.data.Column.class - [JAR]

├─ org.droitateddb.builder.schema.data.ColumnValidation.class - [JAR]

├─ org.droitateddb.builder.schema.data.Schema.class - [JAR]

├─ org.droitateddb.builder.schema.data.Table.class - [JAR]

├─ org.droitateddb.builder.schema.data.ValidatorInfo.class - [JAR]

org.droitateddb.builder.schema.visitor

├─ org.droitateddb.builder.schema.visitor.AssociationElementResolvingTypeVisitor.class - [JAR]

├─ org.droitateddb.builder.schema.visitor.ColumnDeclaredTypeRetrievalVisitor.class - [JAR]

├─ org.droitateddb.builder.schema.visitor.ColumnElementResolvingTypeVisitor.class - [JAR]

├─ org.droitateddb.builder.schema.visitor.DefaultAnnotationValueVisitor.class - [JAR]

├─ org.droitateddb.builder.schema.visitor.DefaultElementVisitor.class - [JAR]

├─ org.droitateddb.builder.schema.visitor.DefaultTypeVisitor.class - [JAR]

├─ org.droitateddb.builder.schema.visitor.EmptyContructorVisitor.class - [JAR]

├─ org.droitateddb.builder.schema.visitor.TypeResolvingVisitor.class - [JAR]

├─ org.droitateddb.builder.schema.visitor.ValidatorAllowedTypeRetrievalVisitor.class - [JAR]

org.droitateddb.builder.provider

├─ org.droitateddb.builder.provider.ContentProviderBuilder.class - [JAR]

├─ org.droitateddb.builder.provider.PrimaryKeyVisitor.class - [JAR]

├─ org.droitateddb.builder.provider.SourceContentProviderData.class - [JAR]

org.droitateddb.builder.schema.reader

├─ org.droitateddb.builder.schema.reader.AssociationReader.class - [JAR]

├─ org.droitateddb.builder.schema.reader.ColumnReader.class - [JAR]

├─ org.droitateddb.builder.schema.reader.ColumnValidationReader.class - [JAR]

├─ org.droitateddb.builder.schema.reader.Reader.class - [JAR]

├─ org.droitateddb.builder.schema.reader.SchemaReader.class - [JAR]

├─ org.droitateddb.builder.schema.reader.TableReader.class - [JAR]

org.droitateddb.hooks

├─ org.droitateddb.hooks.Create.class - [JAR]

├─ org.droitateddb.hooks.DbCreate.class - [JAR]

├─ org.droitateddb.hooks.DbUpdate.class - [JAR]

├─ org.droitateddb.hooks.Update.class - [JAR]

org.droitateddb.config

├─ org.droitateddb.config.Persistence.class - [JAR]

org.droitateddb.schema

├─ org.droitateddb.schema.AbstractAttribute.class - [JAR]

├─ org.droitateddb.schema.AssociationType.class - [JAR]

├─ org.droitateddb.schema.BlobAttribute.class - [JAR]

├─ org.droitateddb.schema.ColumnType.class - [JAR]

├─ org.droitateddb.schema.ColumnValidator.class - [JAR]

├─ org.droitateddb.schema.EntityInfo.class - [JAR]

├─ org.droitateddb.schema.IntegerAttribute.class - [JAR]

├─ org.droitateddb.schema.RealAttribute.class - [JAR]

├─ org.droitateddb.schema.SchemaConstants.class - [JAR]

├─ org.droitateddb.schema.TextAttribute.class - [JAR]

├─ org.droitateddb.schema.ToManyAssociation.class - [JAR]

├─ org.droitateddb.schema.ToOneAssociation.class - [JAR]

org.droitateddb.entity

├─ org.droitateddb.entity.AutoIncrement.class - [JAR]

├─ org.droitateddb.entity.Column.class - [JAR]

├─ org.droitateddb.entity.Entity.class - [JAR]

├─ org.droitateddb.entity.PrimaryKey.class - [JAR]

├─ org.droitateddb.entity.Relationship.class - [JAR]

org.droitateddb.builder

├─ org.droitateddb.builder.Constants.class - [JAR]

org.droitateddb.processor

├─ org.droitateddb.processor.ContentProviderData.class - [JAR]

├─ org.droitateddb.processor.EntityAnnotationProcessor.class - [JAR]

├─ org.droitateddb.processor.JavaFileWriter.class - [JAR]

org.droitateddb

├─ org.droitateddb.BaseContentProvider.class - [JAR]

├─ org.droitateddb.ConnectedEntityService.class - [JAR]

├─ org.droitateddb.CursorOperation.class - [JAR]

├─ org.droitateddb.CursorUtil.class - [JAR]

├─ org.droitateddb.DatabaseResolver.class - [JAR]

├─ org.droitateddb.DatabaseSaver.class - [JAR]

├─ org.droitateddb.DatabaseValidator.class - [JAR]

├─ org.droitateddb.DatabaseValidatorAnnotationHandler.class - [JAR]

├─ org.droitateddb.DbClosingCursor.class - [JAR]

├─ org.droitateddb.DbConsumer.class - [JAR]

├─ org.droitateddb.DbCreator.class - [JAR]

├─ org.droitateddb.DbFunction.class - [JAR]

├─ org.droitateddb.DroitatedDB.class - [JAR]

├─ org.droitateddb.EntityData.class - [JAR]

├─ org.droitateddb.EntityService.class - [JAR]

├─ org.droitateddb.FlatEntityParcelable.class - [JAR]

├─ org.droitateddb.PersistenceDefinition.class - [JAR]

├─ org.droitateddb.SchemaUtil.class - [JAR]

├─ org.droitateddb.Utilities.class - [JAR]

org.droitateddb.cursor

├─ org.droitateddb.cursor.CombinedCursor.class - [JAR]

├─ org.droitateddb.cursor.CombinedCursorImpl.class - [JAR]

├─ org.droitateddb.cursor.ObjectCursor.class - [JAR]

├─ org.droitateddb.cursor.ProxyableCursor.class - [JAR]

├─ org.droitateddb.cursor.ReflectionUtil.class - [JAR]

org.droitateddb.validation

├─ org.droitateddb.validation.AccumulatedValidationResult.class - [JAR]

├─ org.droitateddb.validation.CustomValidator.class - [JAR]

├─ org.droitateddb.validation.InvalidEntityException.class - [JAR]

├─ org.droitateddb.validation.Length.class - [JAR]

├─ org.droitateddb.validation.LengthValidator.class - [JAR]

├─ org.droitateddb.validation.Max.class - [JAR]

├─ org.droitateddb.validation.MaxValidator.class - [JAR]

├─ org.droitateddb.validation.Min.class - [JAR]

├─ org.droitateddb.validation.MinValidator.class - [JAR]

├─ org.droitateddb.validation.NotNull.class - [JAR]

├─ org.droitateddb.validation.NotNullValidator.class - [JAR]

├─ org.droitateddb.validation.Pattern.class - [JAR]

├─ org.droitateddb.validation.PatternValidator.class - [JAR]

├─ org.droitateddb.validation.ValidationResult.class - [JAR]

├─ org.droitateddb.validation.ValidationToggle.class - [JAR]

├─ org.droitateddb.validation.Validator.class - [JAR]

org.droitateddb.util

├─ org.droitateddb.util.Pair.class - [JAR]

org.droitateddb.builder.schema.writer

├─ org.droitateddb.builder.schema.writer.AssociationsInterfaceWriter.class - [JAR]

├─ org.droitateddb.builder.schema.writer.BasePackageConstantsWriter.class - [JAR]

├─ org.droitateddb.builder.schema.writer.ColumnWriter.class - [JAR]

├─ org.droitateddb.builder.schema.writer.EntityInfoWriter.class - [JAR]

├─ org.droitateddb.builder.schema.writer.SchemaWriter.class - [JAR]

├─ org.droitateddb.builder.schema.writer.TableWriter.class - [JAR]

├─ org.droitateddb.builder.schema.writer.ToManyAssociationWriter.class - [JAR]

├─ org.droitateddb.builder.schema.writer.ToOneAssociationAttributeWriter.class - [JAR]

├─ org.droitateddb.builder.schema.writer.Writer.class - [JAR]

Advertisement