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