public class SessionFactoryBuilderImpl extends Object implements SessionFactoryBuilder
| Modifier and Type | Method and Description | 
|---|---|
SessionFactory | 
build()
After all options have been set, build the SessionFactory. 
 | 
SessionFactoryBuilder | 
with(EntityNotFoundDelegate entityNotFoundDelegate)  | 
SessionFactoryBuilder | 
with(Interceptor interceptor)  | 
public SessionFactoryBuilder with(Interceptor interceptor)
with in interface SessionFactoryBuilderpublic SessionFactoryBuilder with(EntityNotFoundDelegate entityNotFoundDelegate)
with in interface SessionFactoryBuilderpublic SessionFactory build()
SessionFactoryBuilderbuild in interface SessionFactoryBuilderCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.