Uses of Interface
org.hibernate.sql.exec.spi.PreAction
Packages that use PreAction
-
Uses of PreAction in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type PreActionModifier and TypeMethodDescriptionJdbcSelectWithActionsBuilder.addSecondaryActionPair(PreAction preAction, PostAction postAction) JdbcSelectWithActionsBuilder.appendPreAction(PreAction... actions) JdbcSelectWithActionsBuilder.prependPreAction(PreAction... actions)