Uses of Class
io.github.blyznytsiaorg.bibernate.dao.JoinInfo
Packages that use JoinInfo
Package
Description
-
Uses of JoinInfo in io.github.blyznytsiaorg.bibernate.dao.jdbc
Method parameters in io.github.blyznytsiaorg.bibernate.dao.jdbc with type arguments of type JoinInfo -
Uses of JoinInfo in io.github.blyznytsiaorg.bibernate.entity.metadata
Methods in io.github.blyznytsiaorg.bibernate.entity.metadata that return types with arguments of type JoinInfoModifier and TypeMethodDescriptionEntityMetadata.joinInfos
(Class<?> entityClass, List<EntityColumnDetails> currentEntityColumns, Map<Class<?>, EntityMetadata> bibernateEntityMetadata, Set<Class<?>> trackVisitedClasses) Retrieves the join information for the specified entity class and its associated entity columns.