A
C
D
E
F
G
I
J
S
E
- exists(org.springframework.data.domain.Example) - function in org.springframework.data.repository.query.JpaTranslatableRepository
- exists(org.springframework.data.domain.Example) - function in org.springframework.data.repository.query.JpaTranslationRepository
- existsById(ID) - function in org.springframework.data.repository.JpaTranslatableRepository
- existsById(ID) - function in org.springframework.data.repository.JpaTranslationRepository
- existsByIdAndLocale(ID,java.lang.String) - function in com.mewebstudio.springboot.jpa.translatable.kotlin.AbstractTranslatableService
- Checks if a translatable entity exists by its ID and locale.
- existsByIdAndLocale(ID,java.lang.String) - function in com.mewebstudio.springboot.jpa.translatable.kotlin.JpaTranslatableRepository
- Checks if a translatable entity exists by its ID and locale.
- existsByLocale(java.lang.String) - function in com.mewebstudio.springboot.jpa.translatable.kotlin.AbstractTranslationService
- Checks if a translation exists for a specific locale.
- existsByLocale(java.lang.String) - function in com.mewebstudio.springboot.jpa.translatable.kotlin.JpaTranslationRepository
- Checks if a translation exists for a specific locale.
- existsByOwnerId(ID) - function in com.mewebstudio.springboot.jpa.translatable.kotlin.AbstractTranslationService
- Finds a translation for a specific owner.
- existsByOwnerId(ID) - function in com.mewebstudio.springboot.jpa.translatable.kotlin.JpaTranslationRepository
- Finds all translations for a specific owner.
- existsByOwnerIdAndLocale(ID,java.lang.String) - function in com.mewebstudio.springboot.jpa.translatable.kotlin.AbstractTranslationService
- Checks if a translation exists for a specific owner and locale.
- existsByOwnerIdAndLocale(ID,java.lang.String) - function in com.mewebstudio.springboot.jpa.translatable.kotlin.JpaTranslationRepository
- Checks if a translation exists for a specific owner and locale.