Uses of Class
org.glassfish.jersey.examples.bookmark_em.entity.UserEntity
Packages that use UserEntity
Package
Description
-
Uses of UserEntity in org.glassfish.jersey.examples.bookmark_em.entity
Methods in org.glassfish.jersey.examples.bookmark_em.entity that return UserEntityModifier and TypeMethodDescriptionBookmarkEntity.getUserEntity()Gets the userEntity of this BookmarkEntity.Methods in org.glassfish.jersey.examples.bookmark_em.entity with parameters of type UserEntityModifier and TypeMethodDescriptionvoidBookmarkEntity.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 UserEntityMethods in org.glassfish.jersey.examples.bookmark_em.resource that return types with arguments of type UserEntityConstructors in org.glassfish.jersey.examples.bookmark_em.resource with parameters of type UserEntityModifierConstructorDescriptionBookmarkResource(UriInfo uriInfo, jakarta.persistence.EntityManager em, jakarta.transaction.UserTransaction utx, UserEntity userEntity, String bmid) Creates a new instance of UserResource