Uses of Class
io.agroal.pool.ConnectionHandler.DirtyAttribute
-
Packages that use ConnectionHandler.DirtyAttribute Package Description io.agroal.pool -
-
Uses of ConnectionHandler.DirtyAttribute in io.agroal.pool
Methods in io.agroal.pool that return ConnectionHandler.DirtyAttribute Modifier and Type Method Description static ConnectionHandler.DirtyAttributeConnectionHandler.DirtyAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionHandler.DirtyAttribute[]ConnectionHandler.DirtyAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.agroal.pool with parameters of type ConnectionHandler.DirtyAttribute Modifier and Type Method Description voidConnectionHandler. setDirtyAttribute(ConnectionHandler.DirtyAttribute attribute)
-