Class CheckingAccount


  • @Entity
    public class CheckingAccount
    extends Account
    This class provides an example of an entity sub-class using separate classes per-concrete derived class. This means that the base class properties will get merged into this table (similar to non-entity inheritance).
    • Field Detail

      • fee

        private double fee
    • Constructor Detail

      • CheckingAccount

        public CheckingAccount()
      • CheckingAccount

        public CheckingAccount​(long id)