A
C
D
E
F
G
I
J
S
G
- getById(ID) - function in org.springframework.data.jpa.repository.JpaTranslatableRepository
- getById(ID) - function in org.springframework.data.jpa.repository.JpaTranslationRepository
- getId() - function in com.mewebstudio.springboot.jpa.translatable.kotlin.ITranslatable
- Get the ID of the translatable entity.
- getId() - function in com.mewebstudio.springboot.jpa.translatable.kotlin.ITranslation
- Get the ID of the translation entity.
- getLocale() - function in com.mewebstudio.springboot.jpa.translatable.kotlin.ITranslation
- Get the locale of the translation entity.
- getOne(ID) - function in org.springframework.data.jpa.repository.JpaTranslatableRepository
- getOne(ID) - function in org.springframework.data.jpa.repository.JpaTranslationRepository
- getOwner() - function in com.mewebstudio.springboot.jpa.translatable.kotlin.ITranslation
- Get the owner of the translation entity.
- getReferenceById(ID) - function in org.springframework.data.jpa.repository.JpaTranslatableRepository
- getReferenceById(ID) - function in org.springframework.data.jpa.repository.JpaTranslationRepository
- getRepository() - function in com.mewebstudio.springboot.jpa.translatable.kotlin.AbstractTranslatableService
- The repository for accessing translatable entities.
- getRepository() - function in com.mewebstudio.springboot.jpa.translatable.kotlin.AbstractTranslationService
- getTranslations() - function in com.mewebstudio.springboot.jpa.translatable.kotlin.ITranslatable
- Get the translations of the translatable entity.