Uses of Annotation Interface
io.github.blyznytsiaorg.bibernate.annotation.ManyToMany
Packages that use ManyToMany
-
Uses of ManyToMany in io.github.blyznytsiaorg.bibernate.entity.metadata
Methods in io.github.blyznytsiaorg.bibernate.entity.metadata with parameters of type ManyToManyModifier and TypeMethodDescriptionprivate String
EntityMetadataCollector.getMappedByForManyToMany
(Field field, Class<?> entityClass, ManyToMany manyToMany) Retrieves the mappedBy attribute value for a ManyToMany association defined by the given field in the specified entity class.