Uses of Class
net.ideahut.springboot.entity.TrxManagerInfo
Packages that use TrxManagerInfo
-
Uses of TrxManagerInfo in net.ideahut.springboot.crud
Methods in net.ideahut.springboot.crud with parameters of type TrxManagerInfoModifier and TypeMethodDescriptionstatic CrudBuilderCrudBuilder.of(TrxManagerInfo trxManagerInfo, Class<?> entityType) -
Uses of TrxManagerInfo in net.ideahut.springboot.entity
Methods in net.ideahut.springboot.entity that return TrxManagerInfoModifier and TypeMethodDescriptionEntityTrxManager.getDefaultTrxManagerInfo()EntityTrxManagerImpl.getDefaultTrxManagerInfo()EntityInfo.getTrxManagerInfo()EntityTrxManager.getTrxManagerInfo(String name) EntityTrxManager.getTrxManagerInfo(org.springframework.transaction.PlatformTransactionManager transactionManager) EntityTrxManagerImpl.getTrxManagerInfo(String name) EntityTrxManagerImpl.getTrxManagerInfo(org.springframework.transaction.PlatformTransactionManager transactionManager) TrxManagerInfo.loadLazy(Object object, Class<?> entityClass, Collection<String> fields) TrxManagerInfo.loadLazy(Object object, Collection<String> fields) Methods in net.ideahut.springboot.entity that return types with arguments of type TrxManagerInfoModifier and TypeMethodDescriptionEntityTrxManager.getTrxManagerInfos()EntityTrxManagerImpl.getTrxManagerInfos()Constructors in net.ideahut.springboot.entity with parameters of type TrxManagerInfoModifierConstructorDescriptionprotectedEntityInfo(TrxManagerInfo trxManagerInfo, Class<?> entityClass) protectedEntityInfo(TrxManagerInfo trxManagerInfo, Class<?> entityClass, org.hibernate.mapping.Table table)