Class ShipByDefault


  • @Entity
    public class ShipByDefault
    extends Ship
    This class is provides an example of an entity that implements hashCode/equals using the default java.lang.Object implementation. Note this implementation is instance-specific. No other instance will report the same value even if they represent the same row in the DB.
    • Constructor Detail

      • ShipByDefault

        public ShipByDefault()