Uses of Record Class
org.litebridgedb.orm.persistence.DtoConstructor.FieldAccessorValue
Packages that use DtoConstructor.FieldAccessorValue
Package
Description
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of DtoConstructor.FieldAccessorValue in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence that return types with arguments of type DtoConstructor.FieldAccessorValueModifier and TypeMethodDescriptionDtoConstructor.DtoDependency.targetPrimaryKey()Returns the value of thetargetPrimaryKeyrecord component.Method parameters in org.litebridgedb.orm.persistence with type arguments of type DtoConstructor.FieldAccessorValueModifier and TypeMethodDescription<DTO> DtoConstructor.ConstructionResult<DTO> DtoConstructor.newInstance(Class<DTO> dtoClass, List<DtoConstructor.FieldAccessorValue> fieldAccessorValues) Constructor parameters in org.litebridgedb.orm.persistence with type arguments of type DtoConstructor.FieldAccessorValueModifierConstructorDescriptionDtoDependency(FieldAccessor field, Class<?> targetDtoClass, List<DtoConstructor.FieldAccessorValue> targetPrimaryKey) Creates an instance of aDtoDependencyrecord class.