Class PersistentObject

  • All Implemented Interfaces:
    de.hirola.kintojava.model.KintoModel
    Direct Known Subclasses:
    LocationData, MovementType, RunningPlan, RunningPlanEntry, RunningUnit, Track, Training, TrainingType, User

    public abstract class PersistentObject
    extends de.hirola.kintojava.model.KintoObject
    Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later. A layer to abstract the used data management library. Objects of this type can be managed in the data store.
    Since:
    1.1.1
    Author:
    Michael Schmidt (Hirola)
    • Constructor Detail

      • PersistentObject

        public PersistentObject()
    • Method Detail

      • getIdentityAttributeNames

        public abstract List<String> getIdentityAttributeNames()
        Get a list of all (persistent) attribute names of the object
        Returns:
        A list of all (persistent) attribute names of the object