Class AutoPopulatedUpsertEntity
java.lang.Object
io.micronaut.data.tck.jdbc.entities.upsert.AutoPopulatedUpsertEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()intintintint@Nullable ProductReviewvoidsetCreated(LocalDateTime created) voidvoidvoidsetRequestId(UUID requestId) voidsetReview(@Nullable ProductReview review) voidsetTenantId(String tenantId) voidsetUpdated(LocalDateTime updated)
-
Constructor Details
-
AutoPopulatedUpsertEntity
public AutoPopulatedUpsertEntity() -
AutoPopulatedUpsertEntity
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getCreated
-
setCreated
-
getUpdated
-
setUpdated
-
getTenantId
-
setTenantId
-
getRequestId
-
setRequestId
-
getReview
-
setReview
-
getPrePersistCalls
public int getPrePersistCalls() -
getPreUpdateCalls
public int getPreUpdateCalls() -
getPostPersistCalls
public int getPostPersistCalls() -
getPostUpdateCalls
public int getPostUpdateCalls()
-