| Package | Description |
|---|---|
| org.babyfish.springframework.orm.hibernate |
| Modifier and Type | Method and Description |
|---|---|
LocalXSessionFactoryBuilder |
LocalXSessionFactoryBuilder.addAnnotatedClasses(Class<?>... annotatedClasses)
Add the given annotated classes in a batch.
|
LocalXSessionFactoryBuilder |
LocalXSessionFactoryBuilder.addPackages(String... annotatedPackages)
Add the given annotated packages in a batch.
|
LocalXSessionFactoryBuilder |
LocalXSessionFactoryBuilder.scanPackages(String... packagesToScan)
Perform Spring-based scanning for entity classes, registering them
as annotated classes with this
Configuration. |
LocalXSessionFactoryBuilder |
LocalXSessionFactoryBuilder.setJtaTransactionManager(Object jtaTransactionManager)
Set the Spring
JtaTransactionManager or the JTA TransactionManager
to be used with Hibernate, if any. |
| Modifier and Type | Method and Description |
|---|---|
protected XSessionFactory |
LocalXSessionFactoryBean.buildSessionFactory(LocalXSessionFactoryBuilder sfb) |
Copyright © 2015. All rights reserved.