org.hibernate.test.annotations.mappedsuperclass.intermediate
Class SavingsAccount
java.lang.Object
org.hibernate.test.annotations.mappedsuperclass.intermediate.AccountBase
org.hibernate.test.annotations.mappedsuperclass.intermediate.Account
org.hibernate.test.annotations.mappedsuperclass.intermediate.SavingsAccountBase
org.hibernate.test.annotations.mappedsuperclass.intermediate.SavingsAccount
@Entity
public class SavingsAccount
- extends SavingsAccountBase
The "leaf" entity in the hierarchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SavingsAccount
public SavingsAccount()
SavingsAccount
public SavingsAccount(String accountNumber,
BigDecimal withdrawalLimit)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.