Uses of Class
io.github.blyznytsiaorg.bibernate.dao.jdbc.identity.SequenceConf
Packages that use SequenceConf
Package
Description
-
Uses of SequenceConf in io.github.blyznytsiaorg.bibernate.dao.jdbc.identity
Fields in io.github.blyznytsiaorg.bibernate.dao.jdbc.identity with type parameters of type SequenceConfModifier and TypeFieldDescriptionprivate final Map
<Class<?>, SequenceConf> SequenceIdGenerator.sequences
Methods in io.github.blyznytsiaorg.bibernate.dao.jdbc.identity that return SequenceConfModifier and TypeMethodDescriptionprivate SequenceConf
SequenceIdGenerator.getSequenceConf
(Class<?> entityClass, String tableName) -
Uses of SequenceConf in io.github.blyznytsiaorg.bibernate.utils
Methods in io.github.blyznytsiaorg.bibernate.utils that return SequenceConfModifier 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.