Serialized Form


Package org.ow2.easybeans.examples.maven.jpa2.entity

Class org.ow2.easybeans.examples.maven.jpa2.entity.Address extends Object implements Serializable

serialVersionUID: -581357686320492369L

Serialized Fields

id

long id
Primary key.


title

String title
Title for this address (home, extra, etc).


city

String city
City of this address.

Class org.ow2.easybeans.examples.maven.jpa2.entity.Employee extends Object implements Serializable

serialVersionUID: -7448829558275268188L

Serialized Fields

id

int id
Primary key.


name

String name
The name of the employee.


nickNames

List<E> nickNames
List of nicknames of the employee.


levelRights

Set<E> levelRights
User Rights.


historyEvents

Map<K,V> historyEvents
Example of a Map between a date and an event that occurs on this employee.


addresses

List<E> addresses
Keep ordered elements.



Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.