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 SessionFactoryBuilder
public SessionFactoryBuilder with(EntityNotFoundDelegate entityNotFoundDelegate)
with
in interface SessionFactoryBuilder
public SessionFactory build()
SessionFactoryBuilder
build
in interface SessionFactoryBuilder
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.