Uses of Class
org.hibernate.engine.jdbc.Size.LobMultiplier
-
Packages that use Size.LobMultiplier Package Description org.hibernate.engine.jdbc Support for various aspects of JDBC interaction. -
-
Uses of Size.LobMultiplier in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc that return Size.LobMultiplier Modifier and Type Method Description Size.LobMultiplierSize. getLobMultiplier()Deprecated, for removal: This API element is subject to removal in a future version.static Size.LobMultiplierSize.LobMultiplier. valueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static Size.LobMultiplier[]Size.LobMultiplier. values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.engine.jdbc with parameters of type Size.LobMultiplier Modifier and Type Method Description static SizeSize. length(long length, Size.LobMultiplier lobMultiplier)SizeSize. setLobMultiplier(Size.LobMultiplier lobMultiplier)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.engine.jdbc with parameters of type Size.LobMultiplier Constructor Description Size(Integer precision, Integer scale, Integer length, Size.LobMultiplier lobMultiplier)Deprecated, for removal: This API element is subject to removal in a future version.in favor ofSize(Integer, Integer, Long)Size(Integer precision, Integer scale, Long length, Size.LobMultiplier lobMultiplier)Deprecated, for removal: This API element is subject to removal in a future version.in favor ofSize(Integer, Integer, Long)
-