Package com.kenshoo.pl.entity
-
Interface Summary Interface Description ChangeContext CommandToValuesStrategy<E extends EntityType<E>> CurrentEntityState Entity EntityChange<E extends EntityType<E>> EntityField<E extends EntityType<E>,T> EntityFieldDbAdapter<T> Handles the transformation of a value for the entity field this adapter is attached to, to the database and vice versa.EntityPersistence<E extends EntityType<E>,PK extends Identifier<E>> EntityType<E extends EntityType<E>> FetchFinalStep FetchFromStep FetchWhereStep FieldsValueMap<E extends EntityType<E>> The interface of any field -> value collection.Identifier<E extends EntityType<E>> IdentifierType<E extends EntityType<E>> PartialEntity PrototypedEntityField<E extends EntityType<E>,T> ValueConverter<T,T2> -
Class Summary Class Description AbstractEntityType<E extends EntityType<E>> ChangeContextImpl ChangeEntityCommand<E extends EntityType<E>> ChangeFlowConfig<E extends EntityType<E>> ChangeFlowConfig.Builder<E extends EntityType<E>> ChangeFlowConfigBuilderFactory ChangeResult<E extends EntityType<E>,ID extends Identifier<E>,C extends ChangeEntityCommand<E>> CommonTypesStringConverter<T> Converts simple types to/from strings.CreateEntityCommand<E extends EntityType<E>> CreateResult<E extends EntityType<E>,ID extends Identifier<E>> CurrentEntityMutableState DeadlockRetryer DeleteEntityCommand<E extends EntityType<E>,ID extends Identifier<E>> DeleteResult<E extends EntityType<E>,ID extends Identifier<E>> DeletionCommandPopulator DeletionOfOther<E extends EntityType<E>> EntityChangeResult<E extends EntityType<E>,ID extends Identifier<E>,C extends ChangeEntityCommand<E>> EntityCreateResult<E extends EntityType<E>,ID extends Identifier<E>> EntityDeleteResult<E extends EntityType<E>,ID extends Identifier<E>> EntityFieldPrototype<T> Field "prototypes" are "meta" information on fields - a markers that mark certain behaviors shared between entities.EntityInsertOnDuplicateUpdateResult<E extends EntityType<E>,ID extends Identifier<E>> EntityType.ForeignKey<FROM extends EntityType<FROM>,TO extends EntityType<TO>> EntityUpdateResult<E extends EntityType<E>,ID extends Identifier<E>> FeatureSet FieldChange<E extends EntityType<E>,T> FieldFetchRequest FieldFetchRequest.Builder FieldsToFetchBuilder<ROOT extends EntityType<ROOT>> FieldsValueMapImpl<E extends EntityType<E>> Created by yuvalr on 2/14/16.FieldValue FinalEntityState FullIdentifier<PARENT extends EntityType<PARENT>,CHILD extends EntityType<CHILD>> Hierarchy HierarchyKeyPopulator<PARENT extends EntityType<PARENT>> HierarchyKeyPopulator.Builder<E extends EntityType<E>> IdField<E extends EntityType<E>> InsertOnDuplicateUpdateCommand<E extends EntityType<E>,ID extends Identifier<E>> InsertOnDuplicateUpdateResult<E extends EntityType<E>,ID extends Identifier<E>> Label OverridingContext PairUniqueKey<E extends EntityType<E>,A,B> PairUniqueKeyValue<E extends EntityType<E>,T1,T2> PersistenceLayer<ROOT extends EntityType<ROOT>> PersistentLayerStats PLCondition PLContext PLContext.Builder PrototypeFieldsCombination<E extends EntityType<E>> QuadrupleUniqueKey<E extends EntityType<E>,A,B,C,D> QuadrupleUniqueKeyValue<E extends EntityType<E>,T1,T2,T3,T4> QuintupleUniqueKey<E extends EntityType<E>,T1,T2,T3,T4,T5> QuintupleUniqueKeyValue<E extends EntityType<E>,T1,T2,T3,T4,T5> SingleUniqueKey<E extends EntityType<E>,A> SingleUniqueKeyValue<E extends EntityType<E>,T> TripleUniqueKey<E extends EntityType<E>,A,B,C> TripleUniqueKeyValue<E extends EntityType<E>,T1,T2,T3> Triptional<T> A container object which has three possible distinct states: Present with a non-nullvalue Present with anullvalue Absent This three-state object can be understood as an extension or generalization ofOptional, which allows one to distinguish between a "present andnull" value and an "absent" value.UniqueKey<E extends EntityType<E>> Specifies UniqueKey of entry.UniqueKeyValue<E extends EntityType<E>> Holds the value of the unique keyUpdateEntityCommand<E extends EntityType<E>,ID extends Identifier<E>> UpdateResult<E extends EntityType<E>,ID extends Identifier<E>> ValidationError -
Enum Summary Enum Description ChangeOperation Created by dimag on 04/11/2015.Feature SupportedChangeOperation Created by dimag on 05/11/2015. -
Annotation Types Summary Annotation Type Description CreationDate IgnoredIfSetAlone