Uses of Class
net.ideahut.springboot.entity.EntityIntegrator
Packages that use EntityIntegrator
-
Uses of EntityIntegrator in net.ideahut.springboot.entity
Methods in net.ideahut.springboot.entity that return EntityIntegratorModifier and TypeMethodDescriptionTrxManagerInfo.getIntegrator()static EntityIntegratorstatic EntityIntegratorstatic EntityIntegratorEntityIntegrator.of(org.hibernate.SessionFactory sessionFactory) static EntityIntegratorEntityIntegrator.of(org.springframework.transaction.PlatformTransactionManager transactionManager) Methods in net.ideahut.springboot.entity with parameters of type EntityIntegratorModifier and TypeMethodDescriptionstatic booleanEntityHelper.createTable(EntityIntegrator integrator, org.hibernate.mapping.Table table, boolean isIdentityPk) static org.hibernate.mapping.TableEntityHelper.findTable(EntityIntegrator integrator, String name)