Serialized Form


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

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

serialVersionUID: -581357686320492369L

Serialized Fields

id

long id
Primary key.


title

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


city

java.lang.String city
City of this address.

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

serialVersionUID: -7448829558275268188L

Serialized Fields

id

int id
Primary key.


name

java.lang.String name
The name of the employee.


nickNames

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


levelRights

java.util.Set<E> levelRights
User Rights.


historyEvents

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


addresses

java.util.List<E> addresses
Keep ordered elements.



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