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