Interface RoutedTrip

    • Field Detail

      • ROUTED_TRIP_ID_CLASS

        static final Class<RoutedTrip> ROUTED_TRIP_ID_CLASS
        id class for generating ids
    • Method Detail

      • getIdClass

        default Class<RoutedTrip> getIdClass()
        Each managed id class is expected to generate its ids based on its class signature. To be able to generate the correct id the class used for id generation is to be provided via this method call.
        Specified by:
        getIdClass in interface ManagedId
        Returns:
        idClass to use for generating ids for instances of this idable derived class