Uses of Class
io.github.blyznytsiaorg.bibernate.ddl.DDLFieldMetadataHolder
-
Uses of DDLFieldMetadataHolder in io.github.blyznytsiaorg.bibernate.ddl.field
Modifier and TypeMethodDescriptionvoid
FieldResolver.handleField
(DDLFieldMetadataHolder metadataHolder, Map<Integer, List<String>> ddlMetadata) Handles the resolution of a field, generating and adding DDL queries to the metadata holder.void
ManyToManyFieldResolver.handleField
(DDLFieldMetadataHolder metadataHolder, Map<Integer, List<String>> ddlMetadata) Handles the Many-to-Many field by creating the necessary DDL queries.void
NoRelationFieldResolver.handleField
(DDLFieldMetadataHolder metadataHolder, Map<Integer, List<String>> ddlMetadata) Handles the resolution of the given entity column details by generating database type information and adding it to the list of column name and database type.void
ToOneRelationFieldResolver.handleField
(DDLFieldMetadataHolder metadataHolder, Map<Integer, List<String>> ddlMetadata) Handles the resolution of the given entity column details by generating database type information and adding it to the list of column name and database type.