Uses of Record Class
org.litebridge.orm.persistence.MappedManyToMany
Packages that use MappedManyToMany
Package
Description
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of MappedManyToMany in org.litebridge.orm.persistence
Methods in org.litebridge.orm.persistence that return types with arguments of type MappedManyToManyModifier and TypeMethodDescriptionOrmTable.getManyToManyMappingForField(FieldAccessor field) Get the many-to-many mapping for the specified field.final List<MappedManyToMany> OrmTable.getManyToManyMappings()Get the many-to-many mappings for the table.