Type | Name and description |
---|---|
java.lang.String |
getName() |
org.hibernate.SessionFactory |
getSessionFactory() Return the current org.hibernate.SessionFactory |
void |
initialize(io.dropwizard.setup.Bootstrap<DeployDBConfiguration> bootstrap) |
static void |
main(java.lang.String[] args) |
void |
run(DeployDBConfiguration configuration, io.dropwizard.setup.Environment environment) |
Methods inherited from class | Name |
---|---|
class io.dropwizard.Application |
io.dropwizard.Application#run(io.dropwizard.Configuration, io.dropwizard.setup.Environment), io.dropwizard.Application#run([Ljava.lang.String;), io.dropwizard.Application#getName(), io.dropwizard.Application#initialize(io.dropwizard.setup.Bootstrap), io.dropwizard.Application#getConfigurationClass(), io.dropwizard.Application#wait(long, int), io.dropwizard.Application#wait(long), io.dropwizard.Application#wait(), io.dropwizard.Application#equals(java.lang.Object), io.dropwizard.Application#toString(), io.dropwizard.Application#hashCode(), io.dropwizard.Application#getClass(), io.dropwizard.Application#notify(), io.dropwizard.Application#notifyAll() |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Return the current org.hibernate.SessionFactory This is really only ever intended to be used in integration tests as a means of getting a hold of the same SessionFactory that Resources will be using