Uses of Interface
org.eclipse.persistence.sessions.server.Server
Packages that use Server
Package
Description
-
Uses of Server in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return ServerModifier and TypeMethodDescriptionstatic ServerJpaHelper.getServerSession(EntityManagerFactory emf) Retrieve the shared server session from the EMF.Methods in org.eclipse.persistence.jpa with parameters of type ServerModifier and TypeMethodDescriptionstatic EntityManagerFactoryJpaHelper.createEntityManagerFactory(Server session) Create a EclipseLink EMF given a ServerSession that has already been created and logged in. -
Uses of Server in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return ServerModifier and TypeMethodDescriptionProject.createServerSession()PUBLIC: Factory method to create a server session.Project.createServerSession(int min, int max) PUBLIC: Factory method to create a server session.Project.createServerSession(int initial, int min, int max) PUBLIC: Factory method to create a server session.Project.createServerSession(ConnectionPolicy defaultConnectionPolicy) PUBLIC: Factory method to create a server session. -
Uses of Server in org.eclipse.persistence.sessions.server
Classes in org.eclipse.persistence.sessions.server that implement ServerModifier and TypeClassDescriptionclassImplementation of Server INTERNAL: The public interface should be used.