A
C
D
E
F
G
H
I
P
S
S
- setEntityManager(jakarta.persistence.EntityManager) - function in com.mewebstudio.springboot.jpa.slug.kotlin.SlugListener
- The entity manager used for database operations.
- setGenerator(com.mewebstudio.springboot.jpa.slug.kotlin.ISlugGenerator) - function in com.mewebstudio.springboot.jpa.slug.kotlin.SlugUtil
- Sets the ISlugGenerator to be used globally for slug generation.
- setSlug(java.lang.String) - function in com.mewebstudio.springboot.jpa.slug.kotlin.ISlugSupport
- The current slug value of the entity.
- setSlugProvider(com.mewebstudio.springboot.jpa.slug.kotlin.ISlugProvider) - function in com.mewebstudio.springboot.jpa.slug.kotlin.SlugRegistry
- Sets the slugProvider to be used globally for slug generation.
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- SlugAutoConfiguration - class in com.mewebstudio.springboot.jpa.slug.kotlin
- Auto-configuration class for enabling slug generation in JPA entities.
- slugExists(kotlin.reflect.KClass,java.lang.String,java.lang.Object) - function in com.mewebstudio.springboot.jpa.slug.kotlin.SlugAutoConfiguration
- Checks whether a given slug already exists in the database for the specified entity type.
- SlugField - class in com.mewebstudio.springboot.jpa.slug.kotlin
- Annotation to mark a field in a class that should be processed for slug generation.
- SlugListener - class in com.mewebstudio.springboot.jpa.slug.kotlin
- JPA entity listener for generating and updating slugs on entities that implement the ISlugSupport interface.
- SlugOperationException - class in com.mewebstudio.springboot.jpa.slug.kotlin
- Exception thrown when an error occurs during slug generation or slug-related operations.
- SlugRegistry - class in com.mewebstudio.springboot.jpa.slug.kotlin
- Registry for managing the global slugProvider.
- SlugUtil - class in com.mewebstudio.springboot.jpa.slug.kotlin
- Utility class for handling slug generation operations.