Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- jakarta.ws.rs.core.Application
- org.glassfish.jersey.server.ResourceConfig (implements jakarta.ws.rs.core.Configurable<C>, org.glassfish.jersey.server.ServerConfig)
- org.glassfish.jersey.examples.bookmark_em.MyApplication
- org.glassfish.jersey.server.ResourceConfig (implements jakarta.ws.rs.core.Configurable<C>, org.glassfish.jersey.server.ServerConfig)
- org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity (implements java.io.Serializable)
- org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK (implements java.io.Serializable)
- org.glassfish.jersey.examples.bookmark_em.resource.BookmarkResource
- org.glassfish.jersey.examples.bookmark_em.resource.BookmarksResource
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- jakarta.ws.rs.WebApplicationException
- jakarta.ws.rs.ClientErrorException
- jakarta.ws.rs.NotFoundException
- org.glassfish.jersey.examples.bookmark_em.exception.ExtendedNotFoundException
- jakarta.ws.rs.NotFoundException
- jakarta.ws.rs.ClientErrorException
- jakarta.ws.rs.WebApplicationException
- java.lang.RuntimeException
- java.lang.Exception
- org.glassfish.jersey.examples.bookmark_em.util.tx.Transactional
- org.glassfish.jersey.examples.bookmark_em.util.tx.TransactionManager
- org.glassfish.jersey.examples.bookmark_em.entity.UserEntity (implements java.io.Serializable)
- org.glassfish.jersey.examples.bookmark_em.resource.UserResource
- org.glassfish.jersey.examples.bookmark_em.resource.UsersResource
- jakarta.ws.rs.core.Application