Serialized Form


Package org.jboss.seam.persistence.test.util

Class org.jboss.seam.persistence.test.util.DontRollBackException extends Exception implements Serializable

Class org.jboss.seam.persistence.test.util.Hotel extends Object implements Serializable

Serialized Fields

id

int id

name

String name

address

String address

city

String city

state

String state

zip

String zip

country

String country

stars

Integer stars

price

BigDecimal price

helloService

HelloService helloService

initalizerCalled

boolean initalizerCalled

Class org.jboss.seam.persistence.test.util.IndexedHotel extends Object implements Serializable

Serialized Fields

id

Long id

name

String name

address

String address

city

String city

state

String state

zip

String zip

country

String country

stars

Integer stars

price

BigDecimal price

helloService

HelloService helloService

initalizerCalled

boolean initalizerCalled



Copyright © 2011 Seam Framework. All Rights Reserved.