Uses of Class
org.litebridgedb.orm.api.spec.TableSpec
Packages that use TableSpec
Package
Description
Models for specifying DTO field mappings
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of TableSpec in org.litebridgedb.orm.api.spec
Methods in org.litebridgedb.orm.api.spec that return TableSpecModifier and TypeMethodDescriptionDtoTableSpec.tableSpec()Returns the value of thetableSpecrecord component.TableMapping.tableSpec()Returns the value of thetableSpecrecord component.Methods in org.litebridgedb.orm.api.spec with parameters of type TableSpecModifier and TypeMethodDescriptionAbstractColumnSpecBuilder.withMappedTable(Class<?> dtoClass, TableSpec mappedTable) Constructors in org.litebridgedb.orm.api.spec with parameters of type TableSpecModifierConstructorDescriptionDtoTableSpec(Class<?> dtoClass, TableSpec tableSpec) Constructs a DtoTableSpec instance using the specified DTO class and table specification.DtoTableSpec(Class<?> dtoClass, TableSpec tableSpec, List<Class<?>> dtoInterfaces) Creates an instance of aDtoTableSpecrecord class.TableMapping(Class<?> dtoClass, TableSpec tableSpec) TableMapping(MethodHandles.Lookup lookup, Class<?> dtoClass, TableSpec tableSpec) Creates an instance of aTableMappingrecord class. -
Uses of TableSpec in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence with parameters of type TableSpecModifier and TypeMethodDescriptionTableMapper.mapToTable(MethodHandles.Lookup lookup, Class<?> dtoClass, TableSpec tableSpec)