Serialized Form
-
Package org.glassfish.jersey.examples.bookmark_em.entity
-
Class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
class BookmarkEntity extends Object implements Serializable-
Serialized Fields
-
bookmarkEntityPK
BookmarkEntityPK bookmarkEntityPK
EmbeddedId primary key field -
ldesc
String ldesc
-
sdesc
String sdesc
-
updated
Date updated
-
uri
String uri
-
userEntity
UserEntity userEntity
-
-
-
Class org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
class BookmarkEntityPK extends Object implements Serializable -
Class org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
class UserEntity extends Object implements Serializable-
Serialized Fields
-
bookmarkEntityCollection
Collection<BookmarkEntity> bookmarkEntityCollection
-
email
String email
-
password
String password
-
userid
String userid
-
username
String username
-
-
-
-
Package org.glassfish.jersey.examples.bookmark_em.exception
-
Exception org.glassfish.jersey.examples.bookmark_em.exception.ExtendedNotFoundException
class ExtendedNotFoundException extends NotFoundException implements Serializable
-