jar

com.kenshoo : persistence-layer

Maven & Gradle

Jul 12, 2023
3 stars

com.kenshoo:persistence-layer · A Java persistence layer based on JOOQ for high performance and business flow support.

Table Of Contents

Latest Version

Download com.kenshoo : persistence-layer JAR file - Latest Versions:

All Versions

Download com.kenshoo : persistence-layer JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.1.

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 persistence-layer-0.1.117-jooq-3.11.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kenshoo.pl.entity.annotation

├─ com.kenshoo.pl.entity.annotation.DefaultValue.class - [JAR]

├─ com.kenshoo.pl.entity.annotation.DontPurge.class - [JAR]

├─ com.kenshoo.pl.entity.annotation.Id.class - [JAR]

├─ com.kenshoo.pl.entity.annotation.IdGeneration.class - [JAR]

├─ com.kenshoo.pl.entity.annotation.Immutable.class - [JAR]

├─ com.kenshoo.pl.entity.annotation.Required.class - [JAR]

├─ com.kenshoo.pl.entity.annotation.RequiredFieldType.class - [JAR]

com.kenshoo.pl.simulation.internal

├─ com.kenshoo.pl.simulation.internal.ActualError.class - [JAR]

├─ com.kenshoo.pl.simulation.internal.ActualResult.class - [JAR]

├─ com.kenshoo.pl.simulation.internal.ActualResultFetcher.class - [JAR]

├─ com.kenshoo.pl.simulation.internal.ActualSuccess.class - [JAR]

├─ com.kenshoo.pl.simulation.internal.FakeAutoIncGenerator.class - [JAR]

├─ com.kenshoo.pl.simulation.internal.InitialStateRecorder.class - [JAR]

├─ com.kenshoo.pl.simulation.internal.ResultComparator.class - [JAR]

├─ com.kenshoo.pl.simulation.internal.SimulatedResult.class - [JAR]

├─ com.kenshoo.pl.simulation.internal.ValueOrException.class - [JAR]

com.kenshoo.pl.simulation

├─ com.kenshoo.pl.simulation.ActualDatabaseMutator.class - [JAR]

├─ com.kenshoo.pl.simulation.ActualMutatorError.class - [JAR]

├─ com.kenshoo.pl.simulation.ComparisonMismatch.class - [JAR]

├─ com.kenshoo.pl.simulation.DualRunSimulator.class - [JAR]

com.kenshoo.pl.entity.spi.helpers

├─ com.kenshoo.pl.entity.spi.helpers.ChangeResultInspector.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.CommandsFieldMatcher.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.CompoundChangesValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.CopyFieldsOnCreateEnricher.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.CopyFieldsOnUpdateEnricher.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.EntitiesTempTableCreator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.EntityChangeCompositeValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.FieldsCombinationCreator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.FixedFieldValueSupplier.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.ImmutableFieldValidatorImpl.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.MaxCountValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.NullFieldValidatorImpl.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.ObservedResult.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.SimpleRequiredFieldValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.helpers.UniquenessValidator.class - [JAR]

com.kenshoo.pl.entity.spi.audit

├─ com.kenshoo.pl.entity.spi.audit.AuditExtensions.class - [JAR]

├─ com.kenshoo.pl.entity.spi.audit.AuditFieldValueFormatter.class - [JAR]

├─ com.kenshoo.pl.entity.spi.audit.AuditRecordPublisher.class - [JAR]

├─ com.kenshoo.pl.entity.spi.audit.DBAdapterAuditFieldValueFormatter.class - [JAR]

├─ com.kenshoo.pl.entity.spi.audit.DefaultAuditFieldValueFormatter.class - [JAR]

com.kenshoo.jooq

├─ com.kenshoo.jooq.AbstractDataTable.class - [JAR]

├─ com.kenshoo.jooq.BulkExecutor.class - [JAR]

├─ com.kenshoo.jooq.Cursor.class - [JAR]

├─ com.kenshoo.jooq.DataTable.class - [JAR]

├─ com.kenshoo.jooq.DataTableUtils.class - [JAR]

├─ com.kenshoo.jooq.DeleteQueryBuilder.class - [JAR]

├─ com.kenshoo.jooq.DeleteQueryExtension.class - [JAR]

├─ com.kenshoo.jooq.FieldAndValue.class - [JAR]

├─ com.kenshoo.jooq.FieldAndValues.class - [JAR]

├─ com.kenshoo.jooq.IdsList.class - [JAR]

├─ com.kenshoo.jooq.IdsListImpl.class - [JAR]

├─ com.kenshoo.jooq.IdsTempTable.class - [JAR]

├─ com.kenshoo.jooq.IntIdsList.class - [JAR]

├─ com.kenshoo.jooq.LongIdsList.class - [JAR]

├─ com.kenshoo.jooq.QueryExtension.class - [JAR]

├─ com.kenshoo.jooq.QueryExtensionImpl.class - [JAR]

├─ com.kenshoo.jooq.RecordMapper.class - [JAR]

├─ com.kenshoo.jooq.RecordProcessor.class - [JAR]

├─ com.kenshoo.jooq.SelectQueryExtender.class - [JAR]

├─ com.kenshoo.jooq.StringIdsList.class - [JAR]

├─ com.kenshoo.jooq.TablePopulator.class - [JAR]

├─ com.kenshoo.jooq.TempTable.class - [JAR]

├─ com.kenshoo.jooq.TempTableCreator.class - [JAR]

├─ com.kenshoo.jooq.TempTableEngine.class - [JAR]

├─ com.kenshoo.jooq.TempTableHelper.class - [JAR]

├─ com.kenshoo.jooq.TempTableResource.class - [JAR]

├─ com.kenshoo.jooq.TransactionContextImpl.class - [JAR]

├─ com.kenshoo.jooq.TuplesTempTable.class - [JAR]

com.kenshoo.pl.entity.converters

├─ com.kenshoo.pl.entity.converters.ByteBooleanValueConverter.class - [JAR]

├─ com.kenshoo.pl.entity.converters.DateTimeValueConverter.class - [JAR]

├─ com.kenshoo.pl.entity.converters.EnumAsStringValueConverter.class - [JAR]

├─ com.kenshoo.pl.entity.converters.IdentityValueConverter.class - [JAR]

├─ com.kenshoo.pl.entity.converters.IntegerValueConverter.class - [JAR]

├─ com.kenshoo.pl.entity.converters.StringSetValueConverter.class - [JAR]

├─ com.kenshoo.pl.entity.converters.TimestampValueConverter.class - [JAR]

com.kenshoo.pl.entity.spi

├─ com.kenshoo.pl.entity.spi.AncestorsValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.ChangeValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.ChangesValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.CurrentStateConsumer.class - [JAR]

├─ com.kenshoo.pl.entity.spi.DeadlockDetector.class - [JAR]

├─ com.kenshoo.pl.entity.spi.ExistingFieldModifier.class - [JAR]

├─ com.kenshoo.pl.entity.spi.FetchEntityFields.class - [JAR]

├─ com.kenshoo.pl.entity.spi.FieldComplexValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.FieldValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.FieldValueSupplier.class - [JAR]

├─ com.kenshoo.pl.entity.spi.FieldsCombinationValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.ImmutableFieldValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.MissingFieldEnricher.class - [JAR]

├─ com.kenshoo.pl.entity.spi.MultiFieldValueSupplier.class - [JAR]

├─ com.kenshoo.pl.entity.spi.MutableCommand.class - [JAR]

├─ com.kenshoo.pl.entity.spi.NotSuppliedException.class - [JAR]

├─ com.kenshoo.pl.entity.spi.OutputGenerator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.PersistenceLayerRetryer.class - [JAR]

├─ com.kenshoo.pl.entity.spi.PostFetchCommandEnricher.class - [JAR]

├─ com.kenshoo.pl.entity.spi.PrototypeFieldComplexValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.PrototypeFieldValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.PrototypeFieldsCombinationValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.RequiredFieldValidator.class - [JAR]

├─ com.kenshoo.pl.entity.spi.ThrowingAction.class - [JAR]

├─ com.kenshoo.pl.entity.spi.TransactionDetector.class - [JAR]

├─ com.kenshoo.pl.entity.spi.ValidationException.class - [JAR]

com.kenshoo.pl.entity.annotation.audit

├─ com.kenshoo.pl.entity.annotation.audit.Audited.class - [JAR]

├─ com.kenshoo.pl.entity.annotation.audit.NotAudited.class - [JAR]

com.kenshoo.pl.entity

├─ com.kenshoo.pl.entity.AbstractEntityType.class - [JAR]

├─ com.kenshoo.pl.entity.ChangeContext.class - [JAR]

├─ com.kenshoo.pl.entity.ChangeContextImpl.class - [JAR]

├─ com.kenshoo.pl.entity.ChangeEntityCommand.class - [JAR]

├─ com.kenshoo.pl.entity.ChangeFlowConfig.class - [JAR]

├─ com.kenshoo.pl.entity.ChangeFlowConfigBuilderFactory.class - [JAR]

├─ com.kenshoo.pl.entity.ChangeOperation.class - [JAR]

├─ com.kenshoo.pl.entity.ChangeResult.class - [JAR]

├─ com.kenshoo.pl.entity.CommandToValuesStrategy.class - [JAR]

├─ com.kenshoo.pl.entity.CommonTypesStringConverter.class - [JAR]

├─ com.kenshoo.pl.entity.CreateEntityCommand.class - [JAR]

├─ com.kenshoo.pl.entity.CreateResult.class - [JAR]

├─ com.kenshoo.pl.entity.CreationDate.class - [JAR]

├─ com.kenshoo.pl.entity.CurrentEntityMutableState.class - [JAR]

├─ com.kenshoo.pl.entity.CurrentEntityState.class - [JAR]

├─ com.kenshoo.pl.entity.DeadlockRetryer.class - [JAR]

├─ com.kenshoo.pl.entity.DeleteEntityCommand.class - [JAR]

├─ com.kenshoo.pl.entity.DeleteResult.class - [JAR]

├─ com.kenshoo.pl.entity.DeletionCommandPopulator.class - [JAR]

├─ com.kenshoo.pl.entity.DeletionOfOther.class - [JAR]

├─ com.kenshoo.pl.entity.Entity.class - [JAR]

├─ com.kenshoo.pl.entity.EntityChange.class - [JAR]

├─ com.kenshoo.pl.entity.EntityChangeResult.class - [JAR]

├─ com.kenshoo.pl.entity.EntityCreateResult.class - [JAR]

├─ com.kenshoo.pl.entity.EntityDeleteResult.class - [JAR]

├─ com.kenshoo.pl.entity.EntityField.class - [JAR]

├─ com.kenshoo.pl.entity.EntityFieldDbAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.EntityFieldPrototype.class - [JAR]

├─ com.kenshoo.pl.entity.EntityInsertOnDuplicateUpdateResult.class - [JAR]

├─ com.kenshoo.pl.entity.EntityType.class - [JAR]

├─ com.kenshoo.pl.entity.EntityUpdateResult.class - [JAR]

├─ com.kenshoo.pl.entity.Feature.class - [JAR]

├─ com.kenshoo.pl.entity.FeatureSet.class - [JAR]

├─ com.kenshoo.pl.entity.FetchFinalStep.class - [JAR]

├─ com.kenshoo.pl.entity.FetchFromStep.class - [JAR]

├─ com.kenshoo.pl.entity.FetchWhereStep.class - [JAR]

├─ com.kenshoo.pl.entity.FieldChange.class - [JAR]

├─ com.kenshoo.pl.entity.FieldFetchRequest.class - [JAR]

├─ com.kenshoo.pl.entity.FieldValue.class - [JAR]

├─ com.kenshoo.pl.entity.FieldsToFetchBuilder.class - [JAR]

├─ com.kenshoo.pl.entity.FieldsValueMap.class - [JAR]

├─ com.kenshoo.pl.entity.FieldsValueMapImpl.class - [JAR]

├─ com.kenshoo.pl.entity.FinalEntityState.class - [JAR]

├─ com.kenshoo.pl.entity.FluentEntitiesFetcher.class - [JAR]

├─ com.kenshoo.pl.entity.FullIdentifier.class - [JAR]

├─ com.kenshoo.pl.entity.Hierarchy.class - [JAR]

├─ com.kenshoo.pl.entity.HierarchyKeyPopulator.class - [JAR]

├─ com.kenshoo.pl.entity.IdField.class - [JAR]

├─ com.kenshoo.pl.entity.Identifier.class - [JAR]

├─ com.kenshoo.pl.entity.IdentifierType.class - [JAR]

├─ com.kenshoo.pl.entity.IgnoredIfSetAlone.class - [JAR]

├─ com.kenshoo.pl.entity.InsertOnDuplicateUpdateCommand.class - [JAR]

├─ com.kenshoo.pl.entity.InsertOnDuplicateUpdateResult.class - [JAR]

├─ com.kenshoo.pl.entity.InverseValueConverter.class - [JAR]

├─ com.kenshoo.pl.entity.Label.class - [JAR]

├─ com.kenshoo.pl.entity.OverridingContext.class - [JAR]

├─ com.kenshoo.pl.entity.PLCondition.class - [JAR]

├─ com.kenshoo.pl.entity.PLContext.class - [JAR]

├─ com.kenshoo.pl.entity.PairUniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.PairUniqueKeyValue.class - [JAR]

├─ com.kenshoo.pl.entity.PartialEntity.class - [JAR]

├─ com.kenshoo.pl.entity.PersistenceLayer.class - [JAR]

├─ com.kenshoo.pl.entity.PersistentLayerStats.class - [JAR]

├─ com.kenshoo.pl.entity.PrototypeFieldsCombination.class - [JAR]

├─ com.kenshoo.pl.entity.PrototypedEntityField.class - [JAR]

├─ com.kenshoo.pl.entity.QuadrupleUniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.QuadrupleUniqueKeyValue.class - [JAR]

├─ com.kenshoo.pl.entity.QuintupleUniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.QuintupleUniqueKeyValue.class - [JAR]

├─ com.kenshoo.pl.entity.SeptupleUniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.SeptupleUniqueKeyValue.class - [JAR]

├─ com.kenshoo.pl.entity.SextupleUniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.SextupleUniqueKeyValue.class - [JAR]

├─ com.kenshoo.pl.entity.SingleUniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.SingleUniqueKeyValue.class - [JAR]

├─ com.kenshoo.pl.entity.SupportedChangeOperation.class - [JAR]

├─ com.kenshoo.pl.entity.TransientProperty.class - [JAR]

├─ com.kenshoo.pl.entity.TripleUniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.TripleUniqueKeyValue.class - [JAR]

├─ com.kenshoo.pl.entity.Triptional.class - [JAR]

├─ com.kenshoo.pl.entity.UniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.UniqueKeyValue.class - [JAR]

├─ com.kenshoo.pl.entity.UpdateEntityCommand.class - [JAR]

├─ com.kenshoo.pl.entity.UpdateResult.class - [JAR]

├─ com.kenshoo.pl.entity.ValidationError.class - [JAR]

├─ com.kenshoo.pl.entity.ValueConverter.class - [JAR]

com.kenshoo.pl.entity.audit

├─ com.kenshoo.pl.entity.audit.AuditProperties.class - [JAR]

├─ com.kenshoo.pl.entity.audit.AuditRecord.class - [JAR]

├─ com.kenshoo.pl.entity.audit.AuditTrigger.class - [JAR]

├─ com.kenshoo.pl.entity.audit.ExternalAuditedField.class - [JAR]

├─ com.kenshoo.pl.entity.audit.FieldAuditRecord.class - [JAR]

com.kenshoo.pl.entity.equalityfunctions

├─ com.kenshoo.pl.entity.equalityfunctions.ComparableEqualityFunction.class - [JAR]

├─ com.kenshoo.pl.entity.equalityfunctions.EmptyAsNullStringEqualityFunction.class - [JAR]

├─ com.kenshoo.pl.entity.equalityfunctions.EntityValueEqualityFunction.class - [JAR]

com.kenshoo.pl.data

├─ com.kenshoo.pl.data.AbstractRecordCommand.class - [JAR]

├─ com.kenshoo.pl.data.AffectedRows.class - [JAR]

├─ com.kenshoo.pl.data.CommandsExecutor.class - [JAR]

├─ com.kenshoo.pl.data.CreateRecordCommand.class - [JAR]

├─ com.kenshoo.pl.data.DatabaseId.class - [JAR]

├─ com.kenshoo.pl.data.DeleteRecordCommand.class - [JAR]

├─ com.kenshoo.pl.data.GeneratedKeyRecorder.class - [JAR]

├─ com.kenshoo.pl.data.ImpersonatorTable.class - [JAR]

├─ com.kenshoo.pl.data.SingleDBId.class - [JAR]

├─ com.kenshoo.pl.data.UpdateRecordCommand.class - [JAR]

com.kenshoo.pl

├─ com.kenshoo.pl.FluidPersistenceCmdBuilder.class - [JAR]

├─ com.kenshoo.pl.TypedFluidPersistenceCmdBuilder.class - [JAR]

com.kenshoo.pl.entity.internal

├─ com.kenshoo.pl.entity.internal.ChangesContainer.class - [JAR]

├─ com.kenshoo.pl.entity.internal.ChangesFilter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.ChildrenIdFetcher.class - [JAR]

├─ com.kenshoo.pl.entity.internal.CreationDateEnricher.class - [JAR]

├─ com.kenshoo.pl.entity.internal.DbCommandsOutputGenerator.class - [JAR]

├─ com.kenshoo.pl.entity.internal.DefaultFieldValueEnricher.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EmptyVirtualEntityFieldDbAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntitiesFetcher.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntitiesToContextFetcher.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntityDbUtil.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntityFieldImpl.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntityFieldValue.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntityIdExtractor.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntityTypeReflectionUtil.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntityWithGeneratedId.class - [JAR]

├─ com.kenshoo.pl.entity.internal.EntityWithNullForMissingField.class - [JAR]

├─ com.kenshoo.pl.entity.internal.Errors.class - [JAR]

├─ com.kenshoo.pl.entity.internal.FalseUpdatesPurger.class - [JAR]

├─ com.kenshoo.pl.entity.internal.ForeignUniqueKey.class - [JAR]

├─ com.kenshoo.pl.entity.internal.IsFieldReferringToParent.class - [JAR]

├─ com.kenshoo.pl.entity.internal.LazyDelegatingMultiSupplier.class - [JAR]

├─ com.kenshoo.pl.entity.internal.MissingChildrenSupplier.class - [JAR]

├─ com.kenshoo.pl.entity.internal.MissingEntitiesFilter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.MissingParentEntitiesFilter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.OverrideFieldsCombination.class - [JAR]

├─ com.kenshoo.pl.entity.internal.PartialEntityInvocationHandler.class - [JAR]

├─ com.kenshoo.pl.entity.internal.PrototypedEntityFieldImpl.class - [JAR]

├─ com.kenshoo.pl.entity.internal.RequiredFieldsChangesFilter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.ResultingFieldsCombination.class - [JAR]

├─ com.kenshoo.pl.entity.internal.SecondaryTableRelationExtractor.class - [JAR]

├─ com.kenshoo.pl.entity.internal.SimpleEntityFieldDbAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.SingleFieldEnricher.class - [JAR]

├─ com.kenshoo.pl.entity.internal.TransientPropertyImpl.class - [JAR]

├─ com.kenshoo.pl.entity.internal.Triptionals.class - [JAR]

├─ com.kenshoo.pl.entity.internal.VirtualEntityFieldDbAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.VirtualEntityFieldDbAdapter2.class - [JAR]

├─ com.kenshoo.pl.entity.internal.VirtualEntityFieldImpl.class - [JAR]

com.kenshoo.pl.entity.mysql

├─ com.kenshoo.pl.entity.mysql.MySqlDeadlockDetector.class - [JAR]

com.kenshoo.pl.entity.internal.fetch

├─ com.kenshoo.pl.entity.internal.fetch.AliasedKey.class - [JAR]

├─ com.kenshoo.pl.entity.internal.fetch.BFS.class - [JAR]

├─ com.kenshoo.pl.entity.internal.fetch.ExecutionPlan.class - [JAR]

├─ com.kenshoo.pl.entity.internal.fetch.OneToOneTableRelation.class - [JAR]

├─ com.kenshoo.pl.entity.internal.fetch.QueryBuilder.class - [JAR]

├─ com.kenshoo.pl.entity.internal.fetch.RecordReader.class - [JAR]

├─ com.kenshoo.pl.entity.internal.fetch.ToEdgesOf.class - [JAR]

├─ com.kenshoo.pl.entity.internal.fetch.TreeEdge.class - [JAR]

├─ com.kenshoo.pl.entity.internal.fetch.TreeNode.class - [JAR]

com.kenshoo.pl.entity.internal.validators

├─ com.kenshoo.pl.entity.internal.validators.AncestorsValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.AnyFieldsTrigger.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.ChangeValidatorAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.EntityChangeValidator.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.EntityChangeValidatorAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.FieldComplexValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.FieldTrigger.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.FieldValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.FieldsCombinationValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.ImmutableFieldValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.PrototypeFieldComplexValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.PrototypeFieldValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.PrototypeFieldsCombinationValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.RequiredFieldValidationAdapter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.ValidationFilter.class - [JAR]

├─ com.kenshoo.pl.entity.internal.validators.ValidationTrigger.class - [JAR]

com.kenshoo.pl.entity.validators

├─ com.kenshoo.pl.entity.validators.RequiredAtLeastOneChildValidator.class - [JAR]

com.kenshoo.pl.entity.internal.audit

├─ com.kenshoo.pl.entity.internal.audit.AuditFieldChangeGenerator.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditFieldChangesGenerator.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditFieldNameResolver.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditFieldValueFormatterResolver.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditFieldValueResolver.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditIndicator.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditMandatoryFieldValuesGenerator.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditRecordGenerator.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditRecordGeneratorImpl.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditRequiredFieldsCalculator.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditedEntityType.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditedEntityTypeNameResolver.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditedEntityTypeResolver.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditedEntityTypeResolverImpl.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditedField.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.AuditedFieldResolver.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.ExternalMandatoryFieldsExtractor.class - [JAR]

├─ com.kenshoo.pl.entity.internal.audit.RecursiveAuditRecordGenerator.class - [JAR]

Advertisement

Dependencies from Group

Jan 06, 2020
1 usages
165 stars
Feb 14, 2019
165 stars
Sep 07, 2015
30 stars
Sep 30, 2015
165 stars
Feb 20, 2018
2 stars

Discover Dependencies

Feb 24, 2023
212 stars
Jun 29, 2023
2 usages
3.7k stars
Aug 18, 2023
1k stars
Aug 18, 2023
24 usages
1k stars
May 31, 2022
1k stars
Aug 24, 2023
2 usages
3 stars
Jun 22, 2023
13 usages
2 stars