Class InterestAccount


  • @Entity
    public class InterestAccount
    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

      • rate

        private double rate
    • Constructor Detail

      • InterestAccount

        public InterestAccount()
      • InterestAccount

        public InterestAccount​(long id)