Uses of Class
de.gustavblass.fsu.fmi.roombooking.model.actor.ActorMetadata
Packages that use ActorMetadata
Package
Description
-
Uses of ActorMetadata in de.gustavblass.fsu.fmi.roombooking.model.actor
Fields in de.gustavblass.fsu.fmi.roombooking.model.actor declared as ActorMetadataModifier and TypeFieldDescriptionprivate ActorMetadataActor.metadataAdditional information on the account of thisActor.Methods in de.gustavblass.fsu.fmi.roombooking.model.actor that return types with arguments of type ActorMetadataMethods in de.gustavblass.fsu.fmi.roombooking.model.actor with parameters of type ActorMetadataModifier and TypeMethodDescriptionvoidActor.setMetadata(@NonNull ActorMetadata metadata) Updates theActor.metadata. -
Uses of ActorMetadata in de.gustavblass.fsu.fmi.roombooking.repository
Subinterfaces with type arguments of type ActorMetadata in de.gustavblass.fsu.fmi.roombooking.repositoryModifier and TypeInterfaceDescriptioninterfaceFetches/savesActorMetadatafrom/to theuser_metadatadatabase table.Methods in de.gustavblass.fsu.fmi.roombooking.repository with parameters of type ActorMetadataModifier and TypeMethodDescriptionvoidActorMetadataRepository.delete(@NonNull ActorMetadata metadata) Removes the givenActorMetadatafrom the database table.voidActorMetadataRepository.save(@NonNull ActorMetadata metadata) Stores the givenActorMetadatain the database table.