Package com.kenshoo.pl.entity
Class PLContext
- java.lang.Object
-
- com.kenshoo.pl.entity.PLContext
-
public class PLContext extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPLContext.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditRecordPublisherauditRecordPublisher()org.jooq.DSLContextdslContext()FeatureSetgenerateFeatureSet()PersistenceLayerRetryerpersistenceLayerRetryer()FetchFromStepselect(EntityField<?,?>... fields)Start building a query to fetch entities with the given fields.
-
-
-
Method Detail
-
dslContext
public org.jooq.DSLContext dslContext()
-
generateFeatureSet
public FeatureSet generateFeatureSet()
-
persistenceLayerRetryer
public PersistenceLayerRetryer persistenceLayerRetryer()
-
auditRecordPublisher
public AuditRecordPublisher auditRecordPublisher()
-
select
public FetchFromStep select(EntityField<?,?>... fields)
Start building a query to fetch entities with the given fields.- Parameters:
fields- the fields to fetch, must not be empty- Returns:
- the next step in which the entity type will be specified
-
-