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