Uses of Class
org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
-
Packages that use UserEntity Package Description org.glassfish.jersey.examples.bookmark_em.entity org.glassfish.jersey.examples.bookmark_em.resource -
-
Uses of UserEntity in org.glassfish.jersey.examples.bookmark_em.entity
Methods in org.glassfish.jersey.examples.bookmark_em.entity that return UserEntity Modifier and Type Method Description UserEntityBookmarkEntity. getUserEntity()Gets the userEntity of this BookmarkEntity.Methods in org.glassfish.jersey.examples.bookmark_em.entity with parameters of type UserEntity Modifier and Type Method Description voidBookmarkEntity. setUserEntity(UserEntity userEntity)Sets the userEntity of this BookmarkEntity to the specified value. -
Uses of UserEntity in org.glassfish.jersey.examples.bookmark_em.resource
Methods in org.glassfish.jersey.examples.bookmark_em.resource that return UserEntity Modifier and Type Method Description UserEntityUserResource. getUserEntity()Methods in org.glassfish.jersey.examples.bookmark_em.resource that return types with arguments of type UserEntity Modifier and Type Method Description List<UserEntity>UsersResource. getUsers()Constructors in org.glassfish.jersey.examples.bookmark_em.resource with parameters of type UserEntity Constructor Description BookmarkResource(jakarta.ws.rs.core.UriInfo uriInfo, jakarta.persistence.EntityManager em, jakarta.transaction.UserTransaction utx, UserEntity userEntity, String bmid)Creates a new instance of UserResource
-