org.hibernate.test.annotations.mappedsuperclass.intermediate
Class Account

java.lang.Object
  extended by org.hibernate.test.annotations.mappedsuperclass.intermediate.AccountBase
      extended by org.hibernate.test.annotations.mappedsuperclass.intermediate.Account
Direct Known Subclasses:
SavingsAccountBase

@Entity
public class Account
extends AccountBase

The intermediate entity in the hierarchy


Constructor Summary
Account()
           
Account(String accountNumber)
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.annotations.mappedsuperclass.intermediate.AccountBase
getAccountNumber, getId, setAccountNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()

Account

public Account(String accountNumber)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.