Uses of Class
com.bytedesk.kbase.text.TextEntity
Packages that use TextEntity
Package
Description
-
Uses of TextEntity in com.bytedesk.ai.springai.spring
Methods in com.bytedesk.ai.springai.spring with parameters of type TextEntityModifier and TypeMethodDescriptionList<org.springframework.ai.document.Document>
SpringAIVectorService.readText
(TextEntity textEntity) -
Uses of TextEntity in com.bytedesk.kbase.text
Methods in com.bytedesk.kbase.text that return TextEntityMethods in com.bytedesk.kbase.text that return types with arguments of type TextEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TextEntity>
TextRestService.queryByOrgExcel
(TextRequest request) static org.springframework.data.jpa.domain.Specification<TextEntity>
TextSpecification.search
(TextRequest request) Methods in com.bytedesk.kbase.text with parameters of type TextEntityModifier and TypeMethodDescriptionTextRestService.convertToExcel
(TextEntity text) TextRestService.convertToResponse
(TextEntity entity) void
TextRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TextEntity entity) void
TextEntityListener.onPostPersist
(TextEntity text) void
TextEntityListener.onPostUpdate
(TextEntity text) TextRestService.save
(TextEntity entity) -
Uses of TextEntity in com.bytedesk.kbase.text.event
Fields in com.bytedesk.kbase.text.event declared as TextEntityModifier and TypeFieldDescriptionprivate TextEntity
TextCreateEvent.text
private TextEntity
TextDeleteEvent.text
private TextEntity
TextUpdateEvent.text
Constructors in com.bytedesk.kbase.text.event with parameters of type TextEntityModifierConstructorDescriptionTextCreateEvent
(TextEntity text) TextDeleteEvent
(TextEntity text) TextUpdateEvent
(TextEntity text)