Uses of Class
io.github.blyznytsiaorg.bibernate.dao.jdbc.identity.SequenceConf
Package
Description
-
Uses of SequenceConf in io.github.blyznytsiaorg.bibernate.dao.jdbc.identity
Modifier and TypeFieldDescriptionprivate final Map
<Class<?>, SequenceConf> SequenceIdGenerator.sequences
Modifier and TypeMethodDescriptionprivate SequenceConf
SequenceIdGenerator.getSequenceConf
(Class<?> entityClass, String tableName) -
Uses of SequenceConf in io.github.blyznytsiaorg.bibernate.utils
Modifier and TypeMethodDescriptionstatic SequenceConf
EntityReflectionUtils.getGeneratedValueSequenceConfig
(Class<?> entityClass, String tableName) Retrieves the sequence configuration for a field annotated with @GeneratedValue and strategy set to "SEQUENCE" in the given entity class.private static SequenceConf
EntityReflectionUtils.getSequenceConfFromField
(Field field, String tableName) Retrieves the sequence configuration from a field annotated with @GeneratedValue and @SequenceGenerator if the generator name matches the sequence generator name.