Index
All Classes and Interfaces|All Packages
A
- AttributeConverter<X,
Y> - Interface in tech.guilhermekaua.spigotboot.data.converter - autoApply() - Element in annotation interface tech.guilhermekaua.spigotboot.data.converter.Converter
C
- configure(String, String, String) - Method in class tech.guilhermekaua.spigotboot.data.config.impl.HikariPersistenceUnitConfig
-
Deprecated.
- configure(String, String, String) - Method in interface tech.guilhermekaua.spigotboot.data.config.PersistenceUnitConfig
-
Deprecated.
- Convert - Annotation Interface in tech.guilhermekaua.spigotboot.data.converter
- converter() - Element in annotation interface tech.guilhermekaua.spigotboot.data.converter.Convert
- Converter - Annotation Interface in tech.guilhermekaua.spigotboot.data.converter
- convertToDatabaseColumn(X) - Method in interface tech.guilhermekaua.spigotboot.data.converter.AttributeConverter
- convertToEntityAttribute(Y) - Method in interface tech.guilhermekaua.spigotboot.data.converter.AttributeConverter
- count() - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
D
- delete(Iterable<T>) - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
- delete(T) - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
- deleteAll() - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
- deleteById(KEY) - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
E
- execute() - Method in interface tech.guilhermekaua.spigotboot.data.transaction.TransactionCallback
- execute() - Method in interface tech.guilhermekaua.spigotboot.data.transaction.TransactionCallbackWithoutResult
- execute(TransactionCallback<T>) - Method in interface tech.guilhermekaua.spigotboot.data.transaction.TransactionManager
- execute(TransactionCallbackWithoutResult) - Method in interface tech.guilhermekaua.spigotboot.data.transaction.TransactionManager
- executeWithoutResult(TransactionCallbackWithoutResult) - Method in interface tech.guilhermekaua.spigotboot.data.transaction.TransactionManager
- existsById(KEY) - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
F
- findAll() - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
- findById(KEY) - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
G
- getAddress() - Method in interface tech.guilhermekaua.spigotboot.data.config.PersistenceConfig
- getPassword() - Method in interface tech.guilhermekaua.spigotboot.data.config.PersistenceConfig
- getUsername() - Method in interface tech.guilhermekaua.spigotboot.data.config.PersistenceConfig
H
- HikariPersistenceUnitConfig - Class in tech.guilhermekaua.spigotboot.data.config.impl
-
Deprecated.
- HikariPersistenceUnitConfig() - Constructor for class tech.guilhermekaua.spigotboot.data.config.impl.HikariPersistenceUnitConfig
-
Deprecated.
I
- isNew() - Method in interface tech.guilhermekaua.spigotboot.data.persistable.Persistable
P
- Persistable<ID> - Interface in tech.guilhermekaua.spigotboot.data.persistable
- PersistenceConfig - Interface in tech.guilhermekaua.spigotboot.data.config
- PersistenceUnitConfig - Interface in tech.guilhermekaua.spigotboot.data.config
-
Deprecated.
R
- Repository<T,
KEY> - Interface in tech.guilhermekaua.spigotboot.data.repository
S
- save(T) - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
- saveAll(Iterable<T>) - Method in interface tech.guilhermekaua.spigotboot.data.repository.Repository
T
- tech.guilhermekaua.spigotboot.data.config - package tech.guilhermekaua.spigotboot.data.config
- tech.guilhermekaua.spigotboot.data.config.impl - package tech.guilhermekaua.spigotboot.data.config.impl
- tech.guilhermekaua.spigotboot.data.converter - package tech.guilhermekaua.spigotboot.data.converter
- tech.guilhermekaua.spigotboot.data.persistable - package tech.guilhermekaua.spigotboot.data.persistable
- tech.guilhermekaua.spigotboot.data.repository - package tech.guilhermekaua.spigotboot.data.repository
- tech.guilhermekaua.spigotboot.data.transaction - package tech.guilhermekaua.spigotboot.data.transaction
- Transactional - Annotation Interface in tech.guilhermekaua.spigotboot.data.transaction
- TransactionCallback<T> - Interface in tech.guilhermekaua.spigotboot.data.transaction
- TransactionCallbackWithoutResult - Interface in tech.guilhermekaua.spigotboot.data.transaction
- TransactionManager - Interface in tech.guilhermekaua.spigotboot.data.transaction
All Classes and Interfaces|All Packages
PersistenceConfigwith data-jdbc module configuration.