| Package | Description |
|---|---|
| net.ideahut.springboot.entity |
| Modifier and Type | Method and Description |
|---|---|
EntityIntegrator |
TrxManagerInfo.getIntegrator() |
static EntityIntegrator |
EntityIntegrator.of(Map<String,Object> settings) |
static EntityIntegrator |
EntityIntegrator.of(Map<String,Object> settings,
Collection<Class<?>> annotatedClasses) |
static EntityIntegrator |
EntityIntegrator.of(org.springframework.transaction.PlatformTransactionManager transactionManager) |
static EntityIntegrator |
EntityIntegrator.of(org.hibernate.SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EntityHelper.createTable(EntityIntegrator integrator,
org.hibernate.mapping.Table table) |
static org.hibernate.mapping.Table |
EntityHelper.findTable(EntityIntegrator integrator,
String name) |
static boolean |
EntityHelper.isTableExist(EntityIntegrator integrator,
org.hibernate.mapping.Table table) |
Copyright © 2023. All rights reserved.