Uses of Enum
io.ebeaninternal.server.core.PersistRequestUpdateSql.SqlType
Packages that use PersistRequestUpdateSql.SqlType
-
Uses of PersistRequestUpdateSql.SqlType in io.ebeaninternal.server.core
Subclasses with type arguments of type PersistRequestUpdateSql.SqlType in io.ebeaninternal.server.coreMethods in io.ebeaninternal.server.core that return PersistRequestUpdateSql.SqlTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PersistRequestUpdateSql.SqlType[]PersistRequestUpdateSql.SqlType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebeaninternal.server.core with parameters of type PersistRequestUpdateSql.SqlTypeModifier and TypeMethodDescriptionvoidPersistRequestUpdateSql.setType(PersistRequestUpdateSql.SqlType sqlType, String tableName) Specify the type of statement executed.