Pro Hibernate and MongoDB by Anghel Leonard

Pro Hibernate and MongoDB by Anghel Leonard

Author:Anghel Leonard [Leonard, Anghel]
Language: eng
Format: epub, pdf
Tags: Computers, Programming Languages, General, Web, Web Programming, Databases, Java
ISBN: 9781430257943
Publisher: Apress
Published: 2013-07-10T04:00:00+00:00


@Entity

@AttributeOverride(name="age", column=@Column(name="tenis_player_age"))

public class TennisPlayers extends Players implements Serializable {

protected String handplay;

//constructors, getters and setters

...

}

Following the rule, the BaseballPlayers entity is listed below:

import javax.persistence.AttributeOverride;

...

@Entity

@AttributeOverride(name="age", column=@Column(name="baseball_player_age"))

public class BaseballPlayers extends Playersimplements Serializable {

protected String position;



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.