Uses of Interface
io.github.blyznytsiaorg.bibernate.ddl.field.FieldResolver
Packages that use FieldResolver
Package
Description
-
Uses of FieldResolver in io.github.blyznytsiaorg.bibernate.ddl
Fields in io.github.blyznytsiaorg.bibernate.ddl with type parameters of type FieldResolverModifier and TypeFieldDescriptionprivate final List
<FieldResolver> DDLQueryCreator.fieldResolvers
-
Uses of FieldResolver in io.github.blyznytsiaorg.bibernate.ddl.field
Classes in io.github.blyznytsiaorg.bibernate.ddl.field that implement FieldResolverModifier and TypeClassDescriptionclass
The ManyToManyFieldResolver class implements the FieldResolver interface to handle Many-to-Many relationships defined in entity classes.class
The NoRelationFieldResolver class implements the FieldResolver interface to handle fields that are not part of any relationship mapping.class
Resolves fields representing one-to-one or many-to-one relationships in entity columns.