Uses of Class
org.hotrod.dynamicsql.insert.PrimaryKeyRetrievalMode
-
Packages that use PrimaryKeyRetrievalMode Package Description org.hotrod.dynamicsql org.hotrod.dynamicsql.assembler org.hotrod.dynamicsql.insert -
-
Uses of PrimaryKeyRetrievalMode in org.hotrod.dynamicsql
Constructors in org.hotrod.dynamicsql with parameters of type PrimaryKeyRetrievalMode Constructor Description DynamicInsertQuery(DynamicExpressionFactory factory, List<QuerySegment> segments, PrimaryKeyRetrievalMode primaryKeyRetrievalMode, String sequencePreFetchSQL, String primaryKeyParameterName, String[] generatedKeysNames) -
Uses of PrimaryKeyRetrievalMode in org.hotrod.dynamicsql.assembler
Methods in org.hotrod.dynamicsql.assembler with parameters of type PrimaryKeyRetrievalMode Modifier and Type Method Description DynamicInsertQuerySequence. endInsertQuery(PrimaryKeyRetrievalMode primaryKeyRetrievalMode)DynamicInsertQuerySequence. endInsertQuery(PrimaryKeyRetrievalMode primaryKeyRetrievalMode, String sequencePreFetchSQL, String primaryKeyParameterName, String... generatedKeysNames) -
Uses of PrimaryKeyRetrievalMode in org.hotrod.dynamicsql.insert
Methods in org.hotrod.dynamicsql.insert that return PrimaryKeyRetrievalMode Modifier and Type Method Description static PrimaryKeyRetrievalModePrimaryKeyRetrievalMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimaryKeyRetrievalMode[]PrimaryKeyRetrievalMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hotrod.dynamicsql.insert with parameters of type PrimaryKeyRetrievalMode Constructor Description PreparedInsertQuery(SimpleStaticSegmentConsumer sc, PrimaryKeyRetrievalMode primaryKeyRetrievalMode, String sequencePreFetchSQL, String primaryKeyParameterName, String[] generatedKeysNames)
-