Uses of Enum
io.ebean.config.LengthCheck
Packages that use LengthCheck
Package
Description
Configuration settings for Database construction
-
Uses of LengthCheck in io.ebean
Methods in io.ebean that return LengthCheckModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getLengthCheck()Returns the length check mode.Methods in io.ebean with parameters of type LengthCheckModifier and TypeMethodDescriptionDatabaseBuilder.lengthCheck(LengthCheck lengthCheck) Sets the length check mode. -
Uses of LengthCheck in io.ebean.config
Methods in io.ebean.config that return LengthCheckModifier and TypeMethodDescriptionDatabaseConfig.getLengthCheck()Returns the length check mode.static LengthCheckReturns the enum constant of this type with the specified name.static LengthCheck[]LengthCheck.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.config with parameters of type LengthCheck